Struct nom::And [−][src]
pub struct And<F, G> { /* fields omitted */ }
Implementation of Parser::and
Trait Implementations
impl<'a, I, O1, O2, E, F: Parser<I, O1, E>, G: Parser<I, O2, E>> Parser<I, (O1, O2), E> for And<F, G>
[src][+]
Auto Trait Implementations
impl<F, G> Send for And<F, G> where
F: Send,
G: Send,
F: Send,
G: Send,
impl<F, G> Sync for And<F, G> where
F: Sync,
G: Sync,
F: Sync,
G: Sync,
impl<F, G> Unpin for And<F, G> where
F: Unpin,
G: Unpin,
F: Unpin,
G: Unpin,
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,
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>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,