Module capability

Source
Expand description

Capability traits for KernelObject resources

This module defines capability traits that represent the operations that can be performed on different types of kernel objects.

Re-exports§

pub use stream::StreamError;
pub use stream::StreamOps;
pub use file::FileObject;
pub use file::SeekFrom;

Modules§

file
File operations capability module
stream
Stream operations capability module

Traits§

CloneOps
Clone operations capability