Trait byte_pool::Realloc [−][src]
A trait allowing for efficient reallocation.
Required methods
Loading content...Implementations on Foreign Types
impl<T: Default + Clone> Realloc for Vec<T>[src]
impl<K, V, S> Realloc for HashMap<K, V, S> where
K: Eq + Hash,
S: BuildHasher, [src]
Loading content...K: Eq + Hash,
S: BuildHasher,