Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates > by-pkgid > 4e2dbb669434a7691662cb2f0ad38972 > files > 10053

rust-doc-1.28.0-1.mga6.armv7hl.rpm

initSidebarItems({"enum":[["Option","The `Option` type. See the module level documentation for more."]],"struct":[["IntoIter","An iterator over the value in [`Some`] variant of an [`Option`]."],["Iter","An iterator over a reference to the [`Some`] variant of an [`Option`]."],["IterMut","An iterator over a mutable reference to the [`Some`] variant of an [`Option`]."],["NoneError","The error type that results from applying the try operator (`?`) to a `None` value. If you wish to allow `x?` (where `x` is an `Option<T>`) to be converted into your error type, you can implement `impl From<NoneError>` for `YourErrorType`. In that case, `x?` within a function that returns `Result<_, YourErrorType>` will translate a `None` value into an `Err` result."]]});