[][src]Function glsp_engine::try_call

pub fn try_call<R, A: ?Sized>(
    is_verbose: bool,
    receiver: &R,
    args: &A
) -> GResult<Val> where
    R: CallableOps,
    A: ToCallArgs

Calls a function with either verbose or brief error-reporting.

try and try-verbose work by invoking glsp::try_call.

The default error-reporting style is verbose.