Docs.rs
obrewin-utils-0.0.5
obrewin-utils 0.0.5
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
McDic
Dependencies
Versions
77.78%
of the crate is documented
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
obrewin_
utils
0.0.5
All Items
Crate Items
Structs
Traits
Type Aliases
Crate
obrewin_utils
Copy item path
Source
Structs
§
Wrapped
Iterator
Iterator struct wrapper for general purposes. This struct is used when you want specific trait to be object safe, but want to return an iterator in that trait’s method.
Traits
§
IntoBAM
Similar to
Into<BAM<..>>
.
Into
Option
Convenient trait to convert to
Option<T>
.
IntoOption<T> for F
is automatically implemented if
TryInto<T> for F
is implemented.
Wrap
Iterator
Convenient trait to wrap iterators.
Type Aliases
§
BAM
BAM is an abbreviated name of “BoxedAsyncMethod”. It represents an async method that gets one parameter and returns a boxed async future.