ScopeFactory

Trait ScopeFactory 

Source
pub trait ScopeFactory {
    // Required method
    fn create_scope(&self) -> ScopePtr;
}
Expand description

Factory for custom Scopes.

Required Methods§

Implementors§