Type Definition rquickjs_core::CaughtResult
source · pub type CaughtResult<'js, T> = Result<T, CaughtError<'js>>;Expand description
Result type containing an the javascript exception if there was one.
pub type CaughtResult<'js, T> = Result<T, CaughtError<'js>>;Result type containing an the javascript exception if there was one.