Skip to main content
SpecNegTrait
vstd_
extra
Spec
NegTrait
Required Associated Types
Output
Required Methods
spec_neg
Implementors
In vstd_
extra::
spec_
operators
vstd_extra
::
spec_operators
Trait
Spec
NegTrait
Copy item path
Source
pub trait SpecNegTrait { type
Output
; // Required method
spec
fn
spec_neg
(self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
spec
fn
spec_neg
(self) -> Self::
Output
Implementors
§