pub trait GetNativeVersion {
// Required method
fn native_version(&self) -> &NativeVersion;
}Expand description
Returns the version of the native runtime.
Required Methods§
Sourcefn native_version(&self) -> &NativeVersion
fn native_version(&self) -> &NativeVersion
Returns the version of the native runtime.
Implementations on Foreign Types§
Source§impl<T: GetNativeVersion> GetNativeVersion for Arc<T>
Available on crate feature std only.
impl<T: GetNativeVersion> GetNativeVersion for Arc<T>
Available on crate feature
std only.