(function() {var implementors = {};
implementors["hash32"] = [];
implementors["heapless"] = [{"text":"impl<const N: usize> Hash for String<N>","synthetic":false,"types":["heapless::string::String"]},{"text":"impl<T, const N: usize> Hash for Vec<T, N> where
T: Hash, ","synthetic":false,"types":["heapless::vec::Vec"]},{"text":"impl<T, const N: usize> Hash for Queue<T, N> where
T: Hash, ","synthetic":false,"types":["heapless::spsc::Queue"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()