logo
pub type Environment = Gc<Box<dyn EnvironmentRecordTrait>>;
Expand description

Environments are wrapped in a Box and then in a GC wrapper

Trait Implementations

Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.