pub fn find_impl_default(path: &Path) -> Option<&'static dyn ScopeAttr>
Expand description
Helper fn which can be passed to Scope::apply_attrs
This optionally matches AttrImplDefault
.
pub fn find_impl_default(path: &Path) -> Option<&'static dyn ScopeAttr>
Helper fn which can be passed to Scope::apply_attrs
This optionally matches AttrImplDefault
.