OutputType

Trait OutputType 

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

Output type

Required Methods§

Source

fn output_type(&self) -> U1

converts type state to actual type

Implementors§