Enum librsnek::system::primitives::FuncType [] [src]

pub enum FuncType {
    Wrapper(Box<WrapperFn>),
    MethodWrapper(RtObjectBox<WrapperFn>),
    Code(Code),
}

Variants

Trait Implementations

impl Debug for FuncType
[src]

Formats the value using the given formatter.