(function() {var implementors = {};
implementors["libc"] = ["impl<T> Placer<T> for ExchangeHeapSingleton","impl<'a, T> Placer<T> for FrontPlace<'a, T>","impl<'a, T> Placer<T> for BackPlace<'a, T>",];implementors["num"] = ["impl<T> Placer<T> for ExchangeHeapSingleton","impl<'a, T> Placer<T> for FrontPlace<'a, T>","impl<'a, T> Placer<T> for BackPlace<'a, T>",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()