[][src]Trait minifier::js::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<ReservedChar> for Condition
[src]

impl MyTryFrom<ReservedChar> for Operation
[src]

impl MyTryFrom<char> for ReservedChar
[src]

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