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.

Required Methods§

source

fn is_external(&self, lib: &Library) -> bool

Implementors§