pub trait Typeable {
// Required method
fn return_type(&self) -> ReturnType;
}Expand description
Guaranteed to always typecheck
Required Methods§
fn return_type(&self) -> ReturnType
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".