[][src]Struct handlebars_fluent::FluentHelper

pub struct FluentHelper<L> { /* fields omitted */ }

Methods

impl<L> FluentHelper<L>[src]

pub fn new(loader: L) -> Self[src]

Trait Implementations

impl<L: Loader + Send + Sync> HelperDef for FluentHelper<L>[src]

Auto Trait Implementations

impl<L> Send for FluentHelper<L> where
    L: Send

impl<L> Sync for FluentHelper<L> where
    L: Sync

impl<L> Unpin for FluentHelper<L> where
    L: Unpin

impl<L> UnwindSafe for FluentHelper<L> where
    L: UnwindSafe

impl<L> RefUnwindSafe for FluentHelper<L> where
    L: 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]

impl<F> HelperDef for F where
    F: Send + Sync + for<'reg, 'rc> Fn(&Helper<'reg, 'rc>, &'reg Registry, &'rc Context, &mut RenderContext<'reg>, &mut dyn Output) -> Result<(), RenderError>, 
[src]