Struct librsnek::system::primitives::Func [] [src]

pub struct Func {
    pub name: String,
    pub signature: Signature,
    pub module: String,
    pub callable: FuncType,
}

Struct defining the data needed for a Python function including the name, signature, module,

Fields

Trait Implementations

impl Debug for Func
[src]

Formats the value using the given formatter.