Struct combine::parser::repeat::EscapedState [] [src]

pub struct EscapedState<T, U>(_);

Trait Implementations

impl<T: Default, U: Default> Default for EscapedState<T, U>
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<T, U> Send for EscapedState<T, U> where
    T: Send,
    U: Send

impl<T, U> Sync for EscapedState<T, U> where
    T: Sync,
    U: Sync