Skip to main content

find_await_expression

Function find_await_expression 

Source
fn find_await_expression(
    ctx: &AssistContext<'_, '_>,
    nameref: &NameRef,
) -> Option<AwaitExpr>
Expand description

Finds the await expression for the given NameRef. If no await expression is found, returns None.