pub trait TryLast20Bytes { // Required method fn try_last_20_bytes(self) -> Result<[u8; 20], BridgeError>; }