pub trait MetadataRevExtension: MetadataItem {
    fn next_rev(&self) -> Self;
}

Required Methods

Implementors