pub trait UseDeclCommon:
SourceName
+ SourcePath
+ Send
+ Sync {
// Required methods
fn source(&self) -> &UseSource;
fn availability(&self) -> &Availability;
}
Expand description
The common properties of a Use declaration.