pub type PartitionRef = Box<dyn Partition>;
A reference-counted partition.
pub struct PartitionRef(/* private fields */);