pub unsafe trait DeviceProviderClassExt { // Provided method fn metadata<'a>(&self, key: &str) -> Option<&'a str> { ... } }