Trait josephine::managed::JSManageable [] [src]

pub trait JSManageable: JSTraceable {
    unsafe fn class_id(&self) -> TypeId;
}

A trait for Rust data which can be managed

Required Methods

Implementations on Foreign Types

impl<T> JSManageable for Option<T> where
    T: JSTraceable + JSInitializable
[src]

[src]

Implementors