Expose InstanceError
This commit is contained in:
parent
655870d04a
commit
bfc39d5c80
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ extern crate shared_library;
|
||||||
extern crate lazy_static;
|
extern crate lazy_static;
|
||||||
pub use instance::{Instance, DeviceError};
|
pub use instance::{Instance, DeviceError};
|
||||||
pub use device::Device;
|
pub use device::Device;
|
||||||
pub use entry::{Entry, LoadingError};
|
pub use entry::{Entry, InstanceError, LoadingError};
|
||||||
|
|
||||||
mod instance;
|
mod instance;
|
||||||
mod device;
|
mod device;
|
||||||
|
|
Loading…
Add table
Reference in a new issue