Trait gluon_vm::thread::VmRoot

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

Required Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<'a> VmRoot<'a> for &'a Thread

source§

impl<'a> VmRoot<'a> for RootedThread