Trait xswag_syntax_java::grammar::java8::__ToTriple
[−]
[src]
pub trait __ToTriple {
type Error;
fn to_triple(value: Self) -> Result<(BytePos, Token, BytePos), Self::Error>;
}