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

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

Associated Types

Required Methods

Implementors