Enum stripper_interface::EventType [] [src]

pub enum EventType {
    Comment(String),
    FileComment(String),
    Type(TypeStruct),
    InScope,
    OutScope,
}

Variants

Trait Implementations

impl Debug for EventType
[src]

Formats the value using the given formatter.