Struct reproto_trans::translated::Translated [] [src]

pub struct Translated<F: 'static> where
    F: Flavor
{ /* fields omitted */ }

An environment that has been translated into a target environment.

Methods

impl<F: 'static> Translated<F> where
    F: Flavor
[src]

[src]

[src]

Lookup the declaration matching the given name.

Returns the registered reference, if present.

Important traits for ForEachFile<'a, F>
[src]

Iterate over all files.

Important traits for ToplevelDeclIter<'a, F>
[src]

Iterate over top level declarations of all registered objects.

Important traits for DeclIter<'a, F>
[src]

Walks the entire tree of declarations recursively of all registered objects.

Trait Implementations

Auto Trait Implementations

impl<F> !Send for Translated<F>

impl<F> !Sync for Translated<F>