Trait btlib::MetaAccess
source · pub trait MetaAccess: AsMut<BlockMeta> + MetaReader {
// Provided methods
fn mut_meta(&mut self) -> &mut BlockMeta { ... }
fn mut_meta_body(&mut self) -> &mut BlockMetaBody { ... }
}
Expand description
Trait for accessing the metadata associated with a block.