[−][src]Trait zypo_lib::parser::grammar::___ToTriple
Required methods
fn to_triple(
value: Self
) -> Result<(usize, Token<'input>, usize), ParseError<usize, Token<'input>, &'static str>>
value: Self
) -> Result<(usize, Token<'input>, usize), ParseError<usize, Token<'input>, &'static str>>
Implementations on Foreign Types
impl<'input> ___ToTriple<'input> for (usize, Token<'input>, usize)[src]
fn to_triple(
value: Self
) -> Result<(usize, Token<'input>, usize), ParseError<usize, Token<'input>, &'static str>>[src]
value: Self
) -> Result<(usize, Token<'input>, usize), ParseError<usize, Token<'input>, &'static str>>
impl<'input> ___ToTriple<'input> for Result<(usize, Token<'input>, usize), &'static str>[src]
fn to_triple(
value: Self
) -> Result<(usize, Token<'input>, usize), ParseError<usize, Token<'input>, &'static str>>[src]
value: Self
) -> Result<(usize, Token<'input>, usize), ParseError<usize, Token<'input>, &'static str>>