未修剪数据
/// Compact (roaring) bitmap representing the set of positions of /// leaves that are currently unpruned in the MMR. pub struct LeafSet { path: String, bitmap: Bitmap, bitmap_bak: Bitmap, }