pub trait MacVerify { // Provided method fn verify(_message: &[u8], _signature: Option<&str>) -> Result<bool, String> { ... } }