Trait CapeRegistryKeyReaderKey

Source
pub(crate) trait CapeRegistryKeyReaderKey {
    // Required method
    fn get_read_key(&self) -> *mut ICapeRegistryKey;
}
Expand description

Private trait that provides the key to the registry key used by CapeRegistryKeyReader trait

Required Methods§

Implementors§