pub type PageFaults = SmallVec<[PageFault; 1]>;
A collection of page faults.
struct PageFaults { /* private fields */ }