(function() {var implementors = {};
implementors["itertools"] = [{"text":"impl<'a, I> Binary for Format<'a, I> where
I: Iterator,
I::Item: Binary, ","synthetic":false,"types":["itertools::format::Format"]}];
implementors["ndarray"] = [{"text":"impl<'a, A: Binary, S, D: Dimension> Binary for ArrayBase<S, D> where
S: Data<Elem = A>, ","synthetic":false,"types":["ndarray::ArrayBase"]}];
implementors["num_complex"] = [{"text":"impl<T> Binary for Complex<T> where
T: Binary + Num + PartialOrd + Clone, ","synthetic":false,"types":["num_complex::Complex"]}];
implementors["png"] = [{"text":"impl Binary for Transformations","synthetic":false,"types":["png::common::Transformations"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()