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§
Enums§
- Data
Chunk - represents a chunk of data that is either owned or pointed to
Traits§
- Data
Chunk Trait - represents any representation of a chunk of data