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
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Crate obrewin_utils
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.