Home
last modified time | relevance | path

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

/external/rust/crates/rusqlite/src/
Derror.rs83 UserFunctionError(Box<dyn error::Error + Send + Sync + 'static>), enumerator
263 Error::UserFunctionError(ref err) => err.fmt(f), in fmt()
307 Error::UserFunctionError(ref err) => Some(&**err), in source()
Dfunctions.rs183 func(vr).map_err(|e| Error::UserFunctionError(e.into()))?, in get_or_create_aux()
805 .map_err(|e| Error::UserFunctionError(e.into()))?; in regexp_with_auxilliary()