(function() {var implementors = {};
implementors['vec_map'] = ["impl<V: Ord> Ord for VecMap<V>",];implementors['regex_syntax'] = ["impl Ord for Lit","impl<T> Ord for Vec<T> where T: Ord","impl Ord for ClassRange","impl Ord for ByteRange",];implementors['void'] = [];implementors['variance'] = ["impl<T> Ord for Invariant<T>","impl<'id> Ord for InvariantLifetime<'id>",];implementors['bit_vec'] = ["impl<B: BitBlock> Ord for BitVec<B>",];implementors['libc'] = [];implementors['regex'] = ["impl<T> Ord for Vec<T> where T: Ord","impl Ord for Char",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()