pub trait FromRef<T> {
    fn from_ref(_: &T) -> Self;
}

Required Methods

Implementors