pub trait LowerExpSpecImpl: PointeeSized + LowerExp {
// Required method
exec fn fmt_req(&self, f: &Formatter<'_>) -> bool;
}Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".