mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
re-export generational box error types from the signals crate (#2212)
This commit is contained in:
parent
c8140c78b3
commit
4c209e39fe
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@ mod global;
|
|||
pub use global::*;
|
||||
|
||||
mod impls;
|
||||
pub use generational_box::{AnyStorage, Owner, Storage, SyncStorage, UnsyncStorage};
|
||||
|
||||
pub use generational_box::{
|
||||
AnyStorage, BorrowError, BorrowMutError, Owner, Storage, SyncStorage, UnsyncStorage,
|
||||
};
|
||||
|
||||
mod read;
|
||||
pub use read::*;
|
||||
|
|
Loading…
Reference in a new issue