Skip to main content

UpperExpSpec

Trait UpperExpSpec 

Source
pub trait UpperExpSpec: PointeeSized + UpperExp {
    // Required method
    spec fn fmt_req(&self, f: &Formatter<'_>) -> bool;
}

Required Methods§

Source

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

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<VERUS_SPEC__A: UpperExp + PointeeSized> UpperExpSpec for VERUS_SPEC__A