pub trait OutputType {
    fn output_type(&self) -> U1;
}
Expand description

Output type

Required Methods

converts type state to actual type

Implementors