pub trait IObject { // Required methods fn block_ids(&self) -> Vec<BlockId> ⓘ; fn id(&self) -> Option<ObjectId>; fn key(&self) -> Option<SymKey>; }