macro_rules! register_key_info_extractor {
($kv:expr) => { ... };
}
Expand description
Register a KeyPathInfoExtractor
for use with KeyMgr
.
macro_rules! register_key_info_extractor {
($kv:expr) => { ... };
}
Register a KeyPathInfoExtractor
for use with KeyMgr
.