VersionedString

Type Alias VersionedString 

Source
pub type VersionedString<P: PathType + ?Sized = Path> = Versioned<String, P>;
Expand description

Aliased Typeยง

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