[][src]Struct work_tock_lib::convert::Localizer

pub struct Localizer<G> { /* fields omitted */ }

Implementations

impl<G> Localizer<G>[src]

pub fn new<P>(g: G, p: P) -> Localizer<G> where
    PathBuf: From<P>, 
[src]

Trait Implementations

impl<G> Debug for Localizer<G> where
    G: Debug
[src]

impl<'a, R, G> Getter<'a, R> for Localizer<G> where
    G: Getter<'a, R>,
    R: PartialEq<R> + Debug + Display
[src]

type Iter = <G as Getter<'a, R>>::Iter

Auto Trait Implementations

impl<G> RefUnwindSafe for Localizer<G> where
    G: RefUnwindSafe

impl<G> Send for Localizer<G> where
    G: Send

impl<G> Sync for Localizer<G> where
    G: Sync

impl<G> Unpin for Localizer<G> where
    G: Unpin

impl<G> UnwindSafe for Localizer<G> where
    G: UnwindSafe

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.