pub type VersionedBytes<P: PathType + ?Sized = Path> = Versioned<Vec<u8>, P>;
A Versioned Vec<u8>.
Versioned
Vec<u8>
pub struct VersionedBytes<P: PathType + ?Sized = Path> { /* private fields */ }