Trait libgir::analysis::types::IsExternal
source · pub trait IsExternal {
// Required method
fn is_external(&self, lib: &Library) -> bool;
}
Expand description
Checks if type is external aka opaque type.
pub trait IsExternal {
// Required method
fn is_external(&self, lib: &Library) -> bool;
}
Checks if type is external aka opaque type.