Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/
H A Derror.rs89 CannotConvertValueTo(&'static str), enumerator
138 Self::CannotConvertValueTo(ty) => write!(f, "cannot convert value to {ty}"), in fmt()
H A Dast.rs669 return Err(FendError::CannotConvertValueTo(other.type_name())); in evaluate_as()