Trait solang_parser::solidity::__ToTriple
source · [−]pub trait __ToTriple<'input> {
fn to_triple(
value: Self
) -> Result<(usize, Token<'input>, usize), ParseError<usize, Token<'input>, LexicalError>>;
}
pub trait __ToTriple<'input> {
fn to_triple(
value: Self
) -> Result<(usize, Token<'input>, usize), ParseError<usize, Token<'input>, LexicalError>>;
}