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

pub unsafe trait This: Managed {
    pub fn as_this(h: Local) -> Self;
}

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

Required methods

pub fn as_this(h: Local) -> Self[src]

Loading content...

Implementors

impl This for JsObject[src]

impl This for JsUndefined[src]

impl This for JsValue[src]

impl<T: Class> This for T[src]

Loading content...