Docs.rs
ntex-io-2.14.0
ntex-io 2.14.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fafhrd91
Dependencies
bitflags ^2
normal
log ^0.4
normal
ntex-bytes ^0.1.28
normal
ntex-codec ^0.6
normal
ntex-service ^3.4
normal
ntex-util ^2.8
normal
pin-project-lite ^0.2
normal
ntex ^2
dev
rand ^0.9
dev
Versions
68.32%
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
ntex_io
2.14.0
Handle
Required Methods
query
Implementations on Foreign Types
Rc<IoTest>
Implementors
In crate ntex_
io
ntex_io
Trait
Handle
Copy item path
Source
pub trait Handle { // Required method fn
query
(&self, id:
TypeId
) ->
Option
<
Box
<dyn
Any
>>; }
Required Methods
§
Source
fn
query
(&self, id:
TypeId
) ->
Option
<
Box
<dyn
Any
>>
Implementations on Foreign Types
§
Source
§
impl
Handle
for
Rc
<
IoTest
>
Source
§
fn
query
(&self, id:
TypeId
) ->
Option
<
Box
<dyn
Any
>>
Implementors
§