pub unsafe trait DeviceProviderClassExt { // Provided method fn metadata<'a>(&self, key: &str) -> Option<&'a str> { ... } }
Get metadata with key in self.
key
self
the key to get
the metadata for key.