Trait selectors::parser::FromCowStr [] [src]

pub trait FromCowStr {
    fn from_cow_str(s: Cow<str>) -> Self;
}

Although it could, String does not implement From>

Required Methods

fn from_cow_str(s: Cow<str>) -> Self

Implementors