Type Definition bos::BosStr[][src]

pub type BosStr<'b> = BosTo<'b, str>;
Expand description

Borrowed, Owned or Shared str smart pointer.