Struct parsell::impls::MkSome [] [src]

pub struct MkSome;

Trait Implementations

impl Debug for MkSome
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for MkSome
[src]

fn clone(&self) -> MkSome

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for MkSome
[src]

impl<T> Function<T> for MkSome
[src]

type Output = Option<T>

fn apply(&self, arg: T) -> Option<T>