[][src]Struct simon::ConvertString

pub struct ConvertString<A, F> where
    A: Arg
{ /* fields omitted */ }

Trait Implementations

impl<A, F, T, E> Arg for ConvertString<A, F> where
    A: Arg<Item = String>,
    F: FnOnce(&str) -> Result<T, E>,
    E: Display + Debug
[src]

type Item = T

type Error = ConvertStringError<A::Error, E>

Auto Trait Implementations

impl<A, F> Send for ConvertString<A, F> where
    A: Send,
    F: Send

impl<A, F> Sync for ConvertString<A, F> where
    A: Sync,
    F: Sync

impl<A, F> Unpin for ConvertString<A, F> where
    A: Unpin,
    F: Unpin

impl<A, F> UnwindSafe for ConvertString<A, F> where
    A: UnwindSafe,
    F: UnwindSafe

impl<A, F> RefUnwindSafe for ConvertString<A, F> where
    A: RefUnwindSafe,
    F: RefUnwindSafe

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]