Trait AstStorageClassSpecifierOption
pub trait AstStorageClassSpecifierOption {
// Required methods
fn is_static(&self) -> bool;
fn is_extern(&self) -> bool;
fn is_typedef(&self) -> bool;
}pub trait AstStorageClassSpecifierOption {
// Required methods
fn is_static(&self) -> bool;
fn is_extern(&self) -> bool;
fn is_typedef(&self) -> bool;
}