mirror of
https://github.com/hannobraun/Fornjot
synced 2025-07-08 19:16:07 +00:00
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
|
||||
/// over extra state to load the model). For simpler models, you probably
|
||||
/// want to use [`HostExt::register_model()`] instead.
|
||||
#[doc(hidden)]
|
||||
fn register_boxed_model(&mut self, model: Box<dyn Model>);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user