Trait rust_i18n_support::BackendExt

source ·
pub trait BackendExt: Backend {
    // Provided method
    fn extend<T: Backend>(self, other: T) -> CombinedBackend<Self, T>
       where Self: Sized { ... }
}

Provided Methods§

source

fn extend<T: Backend>(self, other: T) -> CombinedBackend<Self, T>
where Self: Sized,

Extend backend to add more translations

Implementors§