Skip to main content

Typeable

Trait Typeable 

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

Guaranteed to always typecheck

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§