Skip to main content

option

Function option 

Source
pub fn option<'a, T>(
    iter: impl Iterator<Item = Result<T>> + 'a,
) -> Result<Option<T>>