Type Alias OtBox

Source
pub type OtBox<T> = Box<T>;
Expand description

Shorthand for ot::Box<T>

Aliased Typeยง

pub struct OtBox<T>(/* private fields */);