Re-exports§
pub use aligned::AlignedDataChunk;
pub use borrowed::BorrowedDataChunk;
pub use encrypted::EncryptedDataChunk;
pub use error::PsDataChunkError;
pub use error::Result;
pub use mbuf::MbufDataChunk;
pub use owned::OwnedDataChunk;
pub use serialized::SerializedDataChunk;
pub use typed::ToDataChunk;
pub use typed::ToTypedDataChunk;
pub use typed::TypedDataChunk;
Modules§
Structs§
Traits§
- Data
Chunk - represents any representation of a chunk of data