pub trait CallExpressionExt<'ast> {
// Required method
fn is_global_require_call(&self, scope: &AstScopes) -> bool;
}Required Methods§
fn is_global_require_call(&self, scope: &AstScopes) -> bool
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".