pub trait BuildRunnable<T = HIR>: Buildable<T> + Runnable + 'static { }

Implementors§