Home
last modified time | relevance | path

Searched refs:NoSuchProperty (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/vm_control/src/
Dlib.rs601 NoSuchProperty, enumerator
615NoSuchProperty => write!(f, "Battery doesn't have such property. Only support: status/health/prese… in fmt()
664 _ => Err(BatControlResult::NoSuchProperty), in from_str()