[][src]Trait qjs::Unbindable

pub trait Unbindable {
    fn unbind(ctxt: &ContextRef, inner: Self);
}

Required methods

fn unbind(ctxt: &ContextRef, inner: Self)

Loading content...

Implementations on Foreign Types

impl Unbindable for JSAtom[src]

Loading content...

Implementors

impl Unbindable for Value[src]

Loading content...