cm_rust

Trait UseDeclCommon

Source
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.

Required Methods§

Implementors§