pub trait IntoAbiToken { // Required method fn into_abi(&self) -> Token; // Provided method fn encode_abi(&self) -> Vec<u8> ⓘ { ... } }