pub trait ContentInfo {
// Required methods
fn len(&self) -> u64;
fn offset(&self) -> u64;
}
Expand description
Information about the metadata or chunk data contained within the source.
pub trait ContentInfo {
// Required methods
fn len(&self) -> u64;
fn offset(&self) -> u64;
}
Information about the metadata or chunk data contained within the source.