[][src]Trait generic_core::into::IntoGeneric

pub trait IntoGeneric where
    Self: Sized
{ fn into_generic(&self) -> Value; }

Required methods

fn into_generic(&self) -> Value

Loading content...

Implementations on Foreign Types

impl IntoGeneric for String[src]

impl<V: IntoGeneric> IntoGeneric for Vec<V>[src]

impl<V: IntoGeneric> IntoGeneric for HashMap<String, V>[src]

impl<T1, T2> IntoGeneric for (T1, T2) where
    T1: IntoGeneric,
    T2: IntoGeneric
[src]

impl<T1, T2, T3> IntoGeneric for (T1, T2, T3) where
    T1: IntoGeneric,
    T2: IntoGeneric,
    T3: IntoGeneric
[src]

impl<T1, T2, T3, T4> IntoGeneric for (T1, T2, T3, T4) where
    T1: IntoGeneric,
    T2: IntoGeneric,
    T3: IntoGeneric,
    T4: IntoGeneric
[src]

Loading content...

Implementors

Loading content...