pub trait FromRaw<T, O> {
    fn from_raw(&self, raw: T) -> O;
}

Required Methods

Implementors