Struct parsell::impls::TryOpt [] [src]

pub struct TryOpt;

Trait Implementations

impl Copy for TryOpt
[src]

impl Clone for TryOpt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TryOpt
[src]

Formats the value using the given formatter.

impl<T, E> Function<Option<Result<T, E>>> for TryOpt
[src]

impl<T, E> VariantFunction<Result<Option<T>, E>> for TryOpt
[src]