Enum stripper_lib::types::EventType
[−]
[src]
pub enum EventType {
Comment(String),
FileComment(String),
Type(TypeStruct),
InScope,
OutScope,
}Variants
Comment(String)FileComment(String)Type(TypeStruct)InScopeOutScope