pub trait ExUpperHex: PointeeSized {
type ExternalTraitSpecificationFor: UpperHex;
// Required methods
spec fn fmt_req(&self, f: &Formatter<'_>) -> bool;
exec fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>;
}Required Associated Types§
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".