Docs.rs
std-reset-0.1.4
std-reset 0.1.4
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
10takla
Dependencies
paste ^1.0.15
normal
std-reset-macros ^0.1.4
normal
Versions
9.38%
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
std_reset
0.1.4
Of
Required Methods
of
Implementations on Foreign Types
Vec<I>
Vec<I>
Object Safety
Implementors
In std_reset::traits::of_to
Trait
std_reset
::
traits
::
of_to
::
Of
Copy item path
source
·
[
−
]
pub trait Of<F, Output = Self>:
To
{ // Required method fn
of
(value: F) -> Output; }
Required Methods
§
source
fn
of
(value: F) -> Output
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl<F, I>
Of
<
Vec
<F>> for
Vec
<I>
where I:
Of
<F>,
source
§
fn
of
(vec:
Vec
<F>) -> Self
source
§
impl<F:
Clone
, I>
Of
<&
Vec
<F>> for
Vec
<I>
where I:
Of
<F>,
source
§
fn
of
(vec: &
Vec
<F>) -> Self
Implementors
§