(function() {var implementors = {}; implementors["itertools"] = ["impl<'a, I> Binary for Format<'a, I> where
    I: Iterator,
    I::Item: Binary
",]; implementors["num_bigint"] = ["impl Binary for BigUint","impl Binary for BigInt",]; implementors["num_complex"] = ["impl<T> Binary for Complex<T> where
    T: Binary + Num + PartialOrd + Clone
",]; implementors["rusqlite"] = ["impl Binary for OpenFlags",]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()