generate: now we have a way to do errors, i guess
This commit is contained in:
@@ -4,5 +4,5 @@ mod memory;
|
||||
mod region;
|
||||
|
||||
pub use guest_type::{GuestType, GuestTypeClone, GuestTypeCopy, GuestValueError};
|
||||
pub use memory::{GuestMemory, GuestPtr, GuestPtrMut};
|
||||
pub use memory::{GuestMemory, GuestPtr, GuestPtrMut, MemoryError};
|
||||
pub use region::Region;
|
||||
|
||||
Reference in New Issue
Block a user