Function try_with_handler
pub fn try_with_handler<F, Ret>(
cm: Arc<SourceMap>,
config: HandlerOpts,
op: F,
) -> Result<Ret, TWithDiagnosticArray<Error>>
Available on crate feature
__base
only.pub fn try_with_handler<F, Ret>(
cm: Arc<SourceMap>,
config: HandlerOpts,
op: F,
) -> Result<Ret, TWithDiagnosticArray<Error>>
__base
only.