Reexport enum values
This commit is contained in:
parent
554f3446af
commit
efd8d1d8f0
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ use std::ffi::CString;
|
|||
use std::mem::size_of;
|
||||
use fixedbitset::FixedBitSet;
|
||||
|
||||
pub use Key::*;
|
||||
pub use FFEffect::*;
|
||||
pub use Synchronization::*;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
NulError(std::ffi::NulError),
|
||||
|
|
Loading…
Reference in a new issue