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

Implementors§