Struct vec_strings::TwoStrs [−][src]
pub struct TwoStrs(_);
Expand description
Box of two strings. Store two strings efficiently in an immutable way.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TwoStrs
impl UnwindSafe for TwoStrs
Blanket Implementations
Mutably borrows from an owned value. Read more