pub trait NamedFromOwned<T> {
    fn from_vec(name: &str, T) -> Self;
}

Required Methods

Initialize by name and values.

Implementors