Trait minifier::css::token::MyTryFrom [−][src]
Associated Types
type Error
Required Methods
Implementors
impl MyTryFrom<char> for ReservedChar type Error = &'static str;
impl<'a> MyTryFrom<&'a str> for SelectorElement<'a> type Error = &'static str;