Struct bitsy::testbench::testbench_grammar::__parse__TestbenchCommand::TestbenchCommandParser
source · pub struct TestbenchCommandParser {
builder: MatcherBuilder,
_priv: (),
}
Fields§
§builder: MatcherBuilder
§_priv: ()
Implementations§
source§impl TestbenchCommandParser
impl TestbenchCommandParser
pub fn new() -> TestbenchCommandParser
pub fn parse<'input>( &self, source_info: &SourceInfo, input: &'input str ) -> Result<TestbenchCommand, ParseError<usize, Token<'input>, &'static str>>
Auto Trait Implementations§
impl RefUnwindSafe for TestbenchCommandParser
impl Send for TestbenchCommandParser
impl Sync for TestbenchCommandParser
impl Unpin for TestbenchCommandParser
impl UnwindSafe for TestbenchCommandParser
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more