Enum stripper_interface::EventType [] [src]

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

Variants

Comment(String)FileComment(String)Type(TypeStruct)InScopeOutScope

Trait Implementations

impl Debug for EventType
[src]

fn fmt(&self, fmt: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.