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
name: String
signature: Signature
module: String
callable: FuncType