Trait sop::Version[][src]

pub trait Version<'a> {
    fn name(&self) -> String;
fn version(&self) -> String; }

Required methods

Returns the implementation’s name.

Returns the implementation’s version string.

Implementors