1 2 3 4 5
#[derive(Copy, Clone, Debug)] pub struct MemoryMerkleBus(pub usize); #[derive(Copy, Clone, Debug)] pub struct DirectCompressionBus(pub usize);