Skip to main content

is_dynamic_call

Function is_dynamic_call 

Source
fn is_dynamic_call(callee: &Expr<'_>) -> bool
Expand description

Returns true when callee(args) is statically known to return a dynamic type.