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