logo
pub trait ToType {
    type Output;
}

Required Associated Types

Implementors