[][src]Trait minifier::css::token::MyTryFrom

pub trait MyTryFrom<T>: Sized {
    type Error;
    fn try_from(value: T) -> Result<Self, Self::Error>;
}

Associated Types

Required Methods

Implementors

impl MyTryFrom<char> for ReservedChar
[src]

impl<'a> MyTryFrom<&'a str> for SelectorElement<'a>
[src]