Skip to main content

StackRootPromiseHelpers

Trait StackRootPromiseHelpers 

Source
pub trait StackRootPromiseHelpers<D: DomTypes> {
    type HeapTraced;

    // Required method
    fn to_traced(&self) -> Self::HeapTraced;
}

Required Associated Types§

Required Methods§

Source

fn to_traced(&self) -> Self::HeapTraced

Implementors§