pub trait NamedFromOwned<T> { fn from_vec(name: &str, T) -> Self; }
object
Initialize by name and values.