Docs.rs
mid-net-1.0.0
mid-net 1.0.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
kvxmmu
Dependencies
integral-enum ^2.1.1
normal
mid-compression ^1.0.0
normal
serde ^1.0.152
normal
optional
thiserror ^1.0.38
normal
tokio ^1.25.0
normal
rstest ^0.16.0
dev
Versions
44.63%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
mid_net
1.0.0
Fancy
Util
Ext
Required Methods
unitize_io
Implementations on Foreign Types
Result<T>
Implementors
In mid_
net::
utils
mid_net
::
utils
Trait
FancyUtilExt
Copy item path
Source
pub trait FancyUtilExt { // Required method fn
unitize_io
(self) ->
Result
<
()
>; }
Required Methods
§
Source
fn
unitize_io
(self) ->
Result
<
()
>
Implementations on Foreign Types
§
Source
§
impl<T>
FancyUtilExt
for
Result
<T>
Source
§
fn
unitize_io
(self) ->
Result
<
()
>
Implementors
§