Trait sp_version::GetNativeVersion[][src]

pub trait GetNativeVersion {
    fn native_version(&self) -> &NativeVersion;
}
Expand description

Returns the version of the native runtime.

Required methods

Returns the version of the native runtime.

Implementations on Foreign Types

Implementors

impl<D: NativeExecutionDispatch> GetNativeVersion for NativeExecutor<D>

impl<Block, B, E> GetNativeVersion for LocalCallExecutor<Block, B, E> where
    B: Backend<Block>,
    E: CodeExecutor + GetNativeVersion + Clone + 'static,
    Block: BlockT