pub trait FromData<Ty> {
    fn from_data(val: Ty) -> Self;
}

Required Methods

Implementors