Struct parsell::impls::Unwrap [] [src]

pub struct Unwrap<F>(_);

Methods

impl<F> Unwrap<F>
[src]

Trait Implementations

impl<F: Copy> Copy for Unwrap<F>
[src]

impl<F: Clone> Clone for Unwrap<F>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<F: Debug> Debug for Unwrap<F>
[src]

Formats the value using the given formatter.

impl<F, S, T> Function<S> for Unwrap<F> where
    F: Function<S, Output = Option<T>>, 
[src]