Enum aidl_parser::traverse::SymbolFilter [−][src]
pub enum SymbolFilter {
ItemsOnly,
ItemsAndItemElements,
All,
}
Expand description
Determine the depth of traversal functions
Variants
ItemsOnly
Only extract the top-level item
ItemsAndItemElements
Extract the top-level and its direct children (e.g.: parcelable + fields)
All
Extract all symbols (incl. types)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SymbolFilter
impl Send for SymbolFilter
impl Sync for SymbolFilter
impl Unpin for SymbolFilter
impl UnwindSafe for SymbolFilter
Blanket Implementations
Mutably borrows from an owned value. Read more