Trait vstd::pervasive::FnWithRequiresEnsures
source · pub trait FnWithRequiresEnsures<Args, Output>: Sized {
// Required methods
spec fn requires(self, args: Args) -> bool;
spec fn ensures(self, args: Args, output: Output) -> bool;
}
Required Methods§
Object Safety§
This trait is not object safe.