Trait bitsy::testbench::testbench_grammar::__ToTriple
source · pub trait __ToTriple<'input> {
// Required method
fn to_triple(
value: Self
) -> Result<(usize, Token<'input>, usize), ParseError<usize, Token<'input>, &'static str>>;
}
Required Methods§
fn to_triple( value: Self ) -> Result<(usize, Token<'input>, usize), ParseError<usize, Token<'input>, &'static str>>
Object Safety§
This trait is not object safe.