pub trait Base {
// Required methods
spec fn base() -> nat;
proof fn base_min();
}Expand description
Represents a base with value Self::base().
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.