VersionedBytes

Type Alias VersionedBytes 

Source
pub type VersionedBytes<P: PathType + ?Sized = Path> = Versioned<Vec<u8>, P>;
Expand description

A Versioned Vec<u8>.

Aliased Typeยง

pub struct VersionedBytes<P: PathType + ?Sized = Path> { /* private fields */ }