Trait rustc_metadata::rmeta::table::IsDefault
source · pub(super) trait IsDefault: Default {
// Required method
fn is_default(&self) -> bool;
}
pub(super) trait IsDefault: Default {
// Required method
fn is_default(&self) -> bool;
}