pub type Fences<B> = SmallVec<[Fence<B>; 8]>;
Fences collection.
struct Fences<B> { /* private fields */ }