Skip to main content

EnvironmentBox

Type Alias EnvironmentBox 

Source
pub type EnvironmentBox = Box<dyn Environment>;
Expand description

Environment の Box 型エイリアス

Aliased Type§

pub struct EnvironmentBox(/* private fields */);