[][src]Struct recur_fn::Direct

pub struct Direct<F>(_);

A RecurFn that doesn't call recur parameter in its body.

Trait Implementations

impl<Arg, Output, F> RecurFn<Arg, Output> for Direct<F> where
    F: Fn(Arg) -> Output, 
[src]

Auto Trait Implementations

impl<F> Send for Direct<F> where
    F: Send

impl<F> Sync for Direct<F> where
    F: Sync

Blanket Implementations

impl<Arg, Output, R> DynRecurFn for R where
    R: RecurFn<Arg, Output>, 
[src]

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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