Typeable

Trait Typeable 

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

Guaranteed to always typecheck

Required Methods§

Implementors§