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

pub struct Type {
    pub name: String,
    pub module: String,
    pub bases: Tuple,
    pub subclasses: RefCell<List>,
}

Fields

Trait Implementations

impl Debug for Type
[src]

Formats the value using the given formatter.