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