pub trait RepeatedJsPass: Repeated + JsPass { }

Implementors§

source§

impl<T> RepeatedJsPass for Twhere T: Repeated + JsPass + ?Sized,