Enum roogle_engine::search::Scope [−][src]
Expand description
Represents a scope to search in.
Variants
Crate(String)Represetns a single crate.
Tuple Fields of Crate
0: StringRepresents multiple crates.
For example:
rustc_ast,rustc_ast_lowering,rustc_passesandrustc_ast_prettystd,coreandalloc
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Scope
impl UnwindSafe for Scope
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more