pub fn extern_spec_T_IntoIterator__ref_Option_T_into_iter<'a, T>(
self_: &'a Option<T>,
) -> Iter<'a, T>Expand description
extern spec for <&Option<T> as IntoIterator>::into_iter
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
*self == match result@ { None => None, Some(r) => Some(*r) }