Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 0c2243f8a1696816431e7210e991fa52 > files > 12168

rust-doc-1.35.0-1.mga7.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."]]});