Docs.rs
containerd-shim-0.3.0
containerd-shim 0.3.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
mxpv
Dependencies
async-trait ^0.1.51
normal
command-fds ^0.2.1
normal
containerd-shim-protos ^0.2.0
normal
futures ^0.3.21
normal
go-flag ^0.1.0
normal
lazy_static ^1.4.0
normal
libc ^0.2.95
normal
log ^0.4
normal
nix ^0.23.1
normal
oci-spec ^0.5.4
normal
prctl ^1.0.0
normal
serde ^1.0.136
normal
serde_derive ^1.0.136
normal
serde_json ^1.0.78
normal
signal-hook ^0.3.13
normal
signal-hook-tokio ^0.3.1
normal
thiserror ^1.0
normal
time ^0.3.7
normal
tokio ^1.17.0
normal
uuid ^0.8.2
normal
tempfile ^3.0
dev
Versions
23.45%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
AsOption
Required Methods
as_option
Implementations on Foreign Types
str
Implementors
In containerd_shim::util
?
Trait
containerd_shim
::
util
::
AsOption
source
·
[
−
]
pub trait AsOption { fn
as_option
(&self) ->
Option
<
&
Self>; }
Required methods
source
fn
as_option
(&self) ->
Option
<
&
Self>
Implementations on Foreign Types
source
impl
AsOption
for
str
source
fn
as_option
(&self) ->
Option
<
&
Self>
Implementors