Home
last modified time | relevance | path

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

/external/rust/crates/rusqlite/src/
Derror.rs104 GetAuxWrongType, enumerator
156 (Error::GetAuxWrongType, Error::GetAuxWrongType) => true, in eq()
271 Error::GetAuxWrongType => write!(f, "get_aux called with wrong type"), in fmt()
319 Error::GetAuxWrongType => None, in source()
Dfunctions.rs219 .map_err(|_| Error::GetAuxWrongType) in get_aux()
886 assert_eq!(ctx.get_aux::<String>(0), Err(Error::GetAuxWrongType)); in test_get_aux_type_checking()