Type Definition bos::AbosBox[][src]

pub type AbosBox<'b, T> = Abos<'b, T, Box<T>, T>;
Expand description

Atomic Borrowed, Owned or Shared heap allocating smart pointer.