Skip to main content

ExLowerExp

Trait ExLowerExp 

Source
pub trait ExLowerExp: PointeeSized {
    type ExternalTraitSpecificationFor: LowerExp;

    // Required methods
    spec fn fmt_req(&self, f: &Formatter<'_>) -> bool;
    exec fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>;
}

Required Associated Types§

Required Methods§

Source

spec fn fmt_req(&self, f: &Formatter<'_>) -> bool

Source

exec fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

requires
self.fmt_req(f),

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§