pub trait OutputType {
// Required method
fn output_type(&self) -> U1;
}
Expand description
Output type
Required Methods§
Sourcefn output_type(&self) -> U1
fn output_type(&self) -> U1
converts type state to actual type
pub trait OutputType {
// Required method
fn output_type(&self) -> U1;
}
Output type
converts type state to actual type