Trait chomp::primitives::InputClone [] [src]

pub trait InputClone {
    fn clone(&self) -> Self;
}

Primitive: Trait limiting the use of Clone for Input.

Primitive

Only used by fundamental parsers and combinators.

Required Methods

fn clone(&self) -> Self

Creates a clone of the instance.

Primitive

Only used by fundamental parsers and combinators.

Implementors