pub fn extern_spec_T_Option_T_and<T, U>(
self_: Option<T>,
optb: Option<U>,
) -> Option<U>Expand description
extern spec for Option<T>::and
This is not a real function: its only use is for documentation.
ghost
ensures
selfensures
selfpub fn extern_spec_T_Option_T_and<T, U>(
self_: Option<T>,
optb: Option<U>,
) -> Option<U>extern spec for Option<T>::and
This is not a real function: its only use is for documentation.
ghost
ensures
selfensures
self