pub type OtBox<T> = Box<T>;
Shorthand for ot::Box<T>
ot::Box<T>
struct OtBox<T>(/* private fields */);