Type Definition bos::BosVec[][src]

pub type BosVec<'b, T> = Bos<'b, [T], Vec<T>>;
Expand description

Borrowed, Owned or Shared Vec smart pointer.