Trait Typeable

Source
pub trait Typeable {
    // Required method
    fn return_type(&self) -> Option<ReturnType>;
}
Expand description

Something with a return type

Required Methods§

Implementors§