Type Definition bos::BosBox[][src]

pub type BosBox<'b, T> = Bos<'b, T, Box<T>, T>;
Expand description

Borrowed, Owned or Shared heap allocating smart pointer.