Trait sp_version::GetNativeVersion [−][src]
pub trait GetNativeVersion { fn native_version(&self) -> &NativeVersion; }
Expand description
Returns the version of the native runtime.
Required methods
fn native_version(&self) -> &NativeVersion
fn native_version(&self) -> &NativeVersion
Returns the version of the native runtime.