(function() {var implementors = {};
implementors["tinyvec"] = [{"text":"impl<A: Array> UpperExp for ArrayVec<A> where
A::Item: UpperExp, ","synthetic":false,"types":[]},{"text":"impl<'s, T> UpperExp for SliceVec<'s, T> where
T: UpperExp, ","synthetic":false,"types":[]},{"text":"impl<A: Array> UpperExp for TinyVec<A> where
A::Item: UpperExp, ","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()