[][src]Trait haru::vmbindings::gc::GcTraceable

pub trait GcTraceable {
    fn trace(ptr: *mut c_void);
}

Required methods

Loading content...

Implementations on Foreign Types

impl GcTraceable for String[src]

Loading content...

Implementors

impl GcTraceable for CArray<NativeValue>[src]

impl GcTraceable for Function[src]

impl GcTraceable for Record[src]

Loading content...