Type Definition bos::AbosTo [−][src]
pub type AbosTo<'b, B> = Abos<'b, B, <B as ToOwned>::Owned, <B as ToOwned>::Owned>;Expand description
Atomic Borrowed, Owned or Shared smart pointer for types implementing the ToOwned (T.O.) trait.