Trait libgir::analysis::types::IsPtr

source ·
pub trait IsPtr {
    // Required method
    fn is_ptr(&self) -> bool;
}
Expand description

Checks if given type is some kind of pointer.

Required Methods§

source

fn is_ptr(&self) -> bool

Implementors§