re-export generational box error types from the signals crate (#2212)

This commit is contained in:
Evan Almloff 2024-04-02 12:52:27 -05:00 committed by GitHub
parent c8140c78b3
commit 4c209e39fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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::*;