Trait gir_parser::prelude::FunctionLike

source ·
pub trait FunctionLike:
    Attributable
    + Info
    + Documentable {
    // Required methods
    fn throws(&self) -> bool;
    fn return_value(&self) -> &ReturnValue;
    fn parameters(&self) -> &Parameters;
}

Required Methods§

Implementors§