mirror of https://github.com/hannobraun/Fornjot
Un-hide method in docs
This commit is contained in:
parent
d52118a3ff
commit
cf7043a723
|
@ -7,7 +7,6 @@ pub trait Host {
|
||||||
/// This is mainly for more advanced use cases (e.g. when you need to close
|
/// This is mainly for more advanced use cases (e.g. when you need to close
|
||||||
/// over extra state to load the model). For simpler models, you probably
|
/// over extra state to load the model). For simpler models, you probably
|
||||||
/// want to use [`HostExt::register_model()`] instead.
|
/// want to use [`HostExt::register_model()`] instead.
|
||||||
#[doc(hidden)]
|
|
||||||
fn register_boxed_model(&mut self, model: Box<dyn Model>);
|
fn register_boxed_model(&mut self, model: Box<dyn Model>);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue