Trait NativeScope

Source
pub trait NativeScope {
    // Required method
    fn scope() -> &'static Scope;
}

Required Methods§

Source

fn scope() -> &'static Scope

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl NativeScope for i64

Source§

fn scope() -> &'static Scope

Implementors§