pub trait BuildRunnable<T = HIR>: Buildable<T> + Runnable + 'static {
    // Provided method
    fn build_module(
        &mut self
    ) -> Result<CompleteArtifact<T>, IncompleteArtifact<T>> { ... }
}

Provided Methods§

Implementors§