Struct ansi_term::ANSIGenericStrings [] [src]

pub struct ANSIGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [ANSIGenericString<'a, S>])
where
    <S as ToOwned>::Owned: Debug
;

A set of ANSIGenericStrings collected together, in order to be written with a minimum of control characters.

Trait Implementations

Auto Trait Implementations

impl<'a, S: ?Sized> Send for ANSIGenericStrings<'a, S> where
    S: Sync,
    <S as ToOwned>::Owned: Sync

impl<'a, S: ?Sized> Sync for ANSIGenericStrings<'a, S> where
    S: Sync,
    <S as ToOwned>::Owned: Sync