Skip to content

Commit

Permalink
re-export generational box error types from the signals crate (#2212)
Browse files Browse the repository at this point in the history
  • Loading branch information
ealmloff authored Apr 2, 2024
1 parent c8140c7 commit 4c209e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/signals/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::*;
Expand Down

0 comments on commit 4c209e3

Please sign in to comment.