pub trait Context: Sized {
    // Required method
    fn link(&self, linker: &mut Linker<Self>);
}

Required Methods§

Implementors§