pub trait BlockIdRequired<'a> { // Required method fn block_id(&self) -> &'a [u8] ⓘ; // Provided method fn to_uri_parameter(&self) -> String { ... } }