Trait neon::object::This[][src]

pub unsafe trait This: Managed {
    fn as_this(env: Env, h: Local) -> Self;
}
Expand description

The trait of types that can be a function’s this binding.

Required methods

Implementors