[][src]Trait prec::Token

pub trait Token<Re, Err, Ctx = ()> {
    pub fn convert(self, ctx: &Ctx) -> Result<Re, Err>;
}

Required methods

pub fn convert(self, ctx: &Ctx) -> Result<Re, Err>[src]

Loading content...

Implementors

Loading content...