Trait vstd::std_specs::result::ResultAdditionalSpecFns
source · pub trait ResultAdditionalSpecFns<T, E> {
// Required methods
spec fn is_Ok(&self) -> bool;
spec fn get_Ok_0(&self) -> T;
spec fn is_Err(&self) -> bool;
spec fn get_Err_0(&self) -> E;
}