Struct com_macros_support::interface::InterfaceMethod[][src]

pub struct InterfaceMethod {
    pub name: Ident,
    pub visibility: Visibility,
    pub args: Vec<InterfaceMethodArg>,
    pub ret: ReturnType,
    pub docs: Vec<Attribute>,
}

Fields

name: Identvisibility: Visibilityargs: Vec<InterfaceMethodArg>ret: ReturnTypedocs: Vec<Attribute>

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.