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