Enum rtti::Type [] [src]

pub enum Type {
    Ignored,
    usize,
    isize,
    u8,
    i8,
    u16,
    i16,
    u32,
    i32,
    u64,
    i64,
    f32,
    f64,
    char,
    bool,
    Struct(Struct),
    Tuple(Tuple),
}

A type.

Variants

Trait Implementations

impl Debug for Type
[src]

[src]

Formats the value using the given formatter.