pub trait Multicodec { // Required method fn code_u64(&self) -> u64; // Provided method fn code(&self) -> Vec<u8> ⓘ { ... } }