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§