pub type ScopeRef<'a> = &'a Scope<'a>;
Expand description

A reference to a Scope.