Struct syntax::ext::base::SyntaxEnv[src]
pub struct SyntaxEnv {
// some fields omitted
}pub struct SyntaxEnv {
// some fields omitted
}impl SyntaxEnvfn new() -> SyntaxEnvfn push_frame(&mut self)fn pop_frame(&mut self)fn find<'a>(&'a self, k: &Name) -> Option<&'a SyntaxExtension>fn insert(&mut self, k: Name, v: SyntaxExtension)fn info<'a>(&'a mut self) -> &'a mut BlockInfo
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).