pub trait VmRoot<'a>: VmRootInternal + 'a {
// Required method
fn new_root(thread: &'a Thread) -> Self;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait VmRoot<'a>: VmRootInternal + 'a {
// Required method
fn new_root(thread: &'a Thread) -> Self;
}