pub trait ScopeFactory {
// Required method
fn create_scope(&self) -> ScopePtr;
}Expand description
Factory for custom Scopes.
pub trait ScopeFactory {
// Required method
fn create_scope(&self) -> ScopePtr;
}Factory for custom Scopes.