Struct tf_demo_parser::demo::parser::DemoParser [−][src]
pub struct DemoParser<'a, A: MessageHandler> { /* fields omitted */ }
Implementations
Auto Trait Implementations
impl<'a, A> !RefUnwindSafe for DemoParser<'a, A>
impl<'a, A> !Send for DemoParser<'a, A>
impl<'a, A> !Sync for DemoParser<'a, A>
impl<'a, A> Unpin for DemoParser<'a, A> where
A: Unpin,
impl<'a, A> UnwindSafe for DemoParser<'a, A> where
A: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more