Docs.rs
container-device-interface-0.1.1
container-device-interface 0.1.1
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
zvonkok
Dependencies
anyhow ^1.0
normal
clap ^4.5.4
normal
const_format ^0.2.32
normal
jsonschema ^0.33.0
normal
lazy_static ^1.2
normal
libc ^0.2.112
normal
nix ^0.24.2
normal
notify ^8.0.0
normal
oci-spec ^0.8.1
normal
once_cell ^1.8.0
normal
path-clean ^1.0.1
normal
regex ^1.5.4
normal
semver ^1.0.22
normal
serde ^1.0.131
normal
serde_derive ^1.0.131
normal
serde_json ^1.0
normal
serde_yaml ^0.9.33
normal
pretty_assertions ^1.0.0
dev
tempfile ^3.1.0
dev
Versions
1.83%
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
Validate
container_
device_
interface
0.1.1
Validate
Required Methods
validate
Implementors
In container_
device_
interface::
container_
edits
container_device_interface
::
container_edits
Trait
Validate
Copy item path
Source
pub trait Validate { // Required method fn
validate
(&self) ->
Result
<
()
>; }
Required Methods
§
Source
fn
validate
(&self) ->
Result
<
()
>
Implementors
§
Source
§
impl
Validate
for
ContainerEdits
Source
§
impl
Validate
for
DeviceNode