mirror of
https://github.com/TECHNOFAB11/aerosol.git
synced 2025-12-11 23:50:07 +01:00
Fix missing exports
This commit is contained in:
parent
e5f497756a
commit
489b5d04d8
2 changed files with 5 additions and 3 deletions
|
|
@ -29,7 +29,9 @@ mod sync_constructible;
|
|||
pub use resource::Resource;
|
||||
pub use state::Aerosol;
|
||||
|
||||
pub use sync_constructible::ConstructibleResource;
|
||||
pub use sync_constructible::{Constructible, ConstructibleResource, IndirectlyConstructible};
|
||||
|
||||
#[cfg(feature = "async")]
|
||||
pub use async_constructible::AsyncConstructibleResource;
|
||||
pub use async_constructible::{
|
||||
AsyncConstructible, AsyncConstructibleResource, IndirectlyAsyncConstructible,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue