Enum parsell::impls::CharacterState [] [src]

pub enum CharacterState {}

Trait Implementations

impl Copy for CharacterState
[src]

impl Clone for CharacterState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CharacterState
[src]

Formats the value using the given formatter.

impl<Ch, Str> Stateful<Ch, Str, Ch> for CharacterState
[src]

Provides data to the parser. Read more

Tells the parser that it will not receive any more data. Read more

Provides the last data to the parser. Read more

impl<Ch, Str> HasOutput<Ch, Str> for CharacterState
[src]

The type of the data being produced by the parser.