pub trait ExAllocator {
    type ExternalTraitSpecificationFor: Allocator;
}

Required Associated Types§

Implementors§