pub struct Host { /* private fields */ }Expand description
A Fornjot model host
Implementations§
source§impl Host
impl Host
sourcepub fn from_model(model: Model) -> Result<Self, Error>
pub fn from_model(model: Model) -> Result<Self, Error>
Create a new instance of Host
This is only useful, if you want to continuously watch the model for
changes. If you don’t, just keep using Model.
sourcepub fn events(&self) -> Receiver<ModelEvent>
pub fn events(&self) -> Receiver<ModelEvent>
Access a channel with evaluation events