pub type LayerInfo = LayerInfoV39;
Expand description
The last block of each layer contains metadata for the rest of the layer.
Aliased Type§
struct LayerInfo { /* private fields */ }
Trait Implementations§
Source§impl VersionedLatest for PersistentLayerInfo
impl VersionedLatest for PersistentLayerInfo
Source§fn deserialize_from_version<R>(reader: &mut R, version: Version) -> Result<Self>
fn deserialize_from_version<R>(reader: &mut R, version: Version) -> Result<Self>
Deserializes from a given version format and upgrades to the latest version.