pub fn try_get<T>(o: Option<T>) -> Result<T, SysfsError>Expand description
Convert an Option<T> (usually from a FIDL table) to a Result<T, SysfsError>.
pub fn try_get<T>(o: Option<T>) -> Result<T, SysfsError>Convert an Option<T> (usually from a FIDL table) to a Result<T, SysfsError>.