Struct parsell::impls::IsSome [] [src]

pub struct IsSome<F>(_);

Methods

impl<F> IsSome<F>
[src]

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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