Lines Matching refs:A
83 impl<T, A> BinaryWriter for Box<T, A>
86 A: Allocator,
98 impl<T, A> BinaryWriter for Pin<Box<T, A>>
101 A: Allocator,
127 impl<T, A> BinaryWriter for Vec<T, A>
130 A: Allocator,
224 impl<T: ?Sized + BinaryReaderMut, A: Allocator> BinaryReaderMut for Box<T, A> {
235 impl<T, A> BinaryReaderMut for Vec<T, A>
238 A: Allocator,
289 impl<T: ?Sized + BinaryReader, A: Allocator> BinaryReader for Box<T, A> {
300 impl<T: ?Sized + BinaryReader, A: Allocator> BinaryReader for Pin<Box<T, A>> {