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

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

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

Required methods

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...