[][src]Trait gluon_vm::thread::VmRoot

pub trait VmRoot<'a>: VmRootInternal + 'a {
    fn new_root(thread: &'a Thread) -> Self;
}

Required methods

fn new_root(thread: &'a Thread) -> Self

Loading content...

Implementors

impl<'a> VmRoot<'a> for &'a Thread[src]

impl<'a> VmRoot<'a> for RootedThread[src]

Loading content...