Docs.rs
forky_core-0.1.42
forky_core 0.1.42
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
mrchantey
Dependencies
anyhow ^1.0.75
normal
extend ^1.1.2
normal
getrandom ^0.2.9
normal
log ^0.4
normal
num-traits ^0.2.15
normal
rand ^0.8.5
normal
Versions
1.01%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
forky_core
0.1.42
Optioni32Ext
Required Methods
or_default
Implementations on Foreign Types
Option<&i32>
Implementors
In crate forky_core
?
Trait
forky_core
::
Optioni32Ext
source
·
[
−
]
pub trait Optioni32Ext { // Required method fn
or_default
(&self) -> &
i32
; }
Required Methods
§
source
fn
or_default
(&self) -> &
i32
Implementations on Foreign Types
§
source
§
impl
Optioni32Ext
for
Option
<&
i32
>
source
§
fn
or_default
(&self) -> &
i32
Implementors
§