Trait cmdline_words_parser::StrExtOut[][src]

pub trait StrExtOut {
    fn from_bytes(bytes: &[u8]) -> Option<&Self>;
}

Trait used to parameterise output types for StrExt

Required Methods

Implementations on Foreign Types

impl StrExtOut for str
[src]

impl StrExtOut for [u8]
[src]

impl StrExtOut for OsStr
[src]

Implementors