pub trait Typeable {
// Required method
fn return_type(&self) -> Option<ReturnType>;
}
Expand description
Something with a return type
pub trait Typeable {
// Required method
fn return_type(&self) -> Option<ReturnType>;
}
Something with a return type