Docs.rs
speare-0.3.0
speare 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
vmenge
Dependencies
flume ^0.11.1
normal
tokio ^1.42.0
normal
derive_more ^1.0.0
dev
tokio ^1.42.0
dev
Versions
73.68%
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
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
IntoLimit
speare
0.3.0
Into
Limit
Required Methods
into_limit
Implementations on Foreign Types
(Duration, u32)
(u32, Duration)
u32
Implementors
In crate speare
speare
Trait
Into
Limit
Copy item path
Source
pub trait IntoLimit { // Required method fn
into_limit
(self) ->
Limit
; }
Required Methods
§
Source
fn
into_limit
(self) ->
Limit
Implementations on Foreign Types
§
Source
§
impl
IntoLimit
for (
u32
,
Duration
)
Source
§
fn
into_limit
(self) ->
Limit
Source
§
impl
IntoLimit
for (
Duration
,
u32
)
Source
§
fn
into_limit
(self) ->
Limit
Source
§
impl
IntoLimit
for
u32
Source
§
fn
into_limit
(self) ->
Limit
Implementors
§
Source
§
impl
IntoLimit
for
Limit