Skip to main content

has_modifiers

Function has_modifiers 

Source
fn has_modifiers(function: &Fn) -> bool
Expand description

Returns whether the given nested function has any modifiers:

  • async,
  • const or
  • unsafe