pub trait JsPass: CompilerPass + Fold { }

Implementors§

source§

impl<T> JsPass for Twhere T: CompilerPass + Fold + ?Sized,