[−][src]Struct tf_demo_parser::demo::parser::DemoParser
Implementations
impl DemoParser<Analyser>
[src]
pub fn new(stream: Stream) -> DemoParser<Analyser>
[src]
pub fn new_all(stream: Stream) -> DemoParser<Analyser>
[src]
impl<A: MessageHandler> DemoParser<A>
[src]
pub fn new_with_analyser(stream: Stream, analyser: A) -> DemoParser<A>
[src]
pub fn new_all_with_analyser(stream: Stream, analyser: A) -> DemoParser<A>
[src]
pub fn parse(self) -> Result<(Header, A::Output)>
[src]
pub fn ticker(self) -> Result<(Header, DemoTicker<A>)>
[src]
A Ticker provides a way to step trough the demo packet by packet while allowing to see the intermediate states
Auto Trait Implementations
impl<A> !RefUnwindSafe for DemoParser<A>
impl<A> !Send for DemoParser<A>
impl<A> !Sync for DemoParser<A>
impl<A> Unpin for DemoParser<A> where
A: Unpin,
A: Unpin,
impl<A> !UnwindSafe for DemoParser<A>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,