Export FourWireError and ThreeWireError
This commit is contained in:
parent
5c004e9365
commit
5e0568d817
1 changed files with 2 additions and 0 deletions
|
|
@ -4,7 +4,9 @@ mod four_wire;
|
|||
mod three_wire;
|
||||
|
||||
pub use self::four_wire::FourWire;
|
||||
pub use self::four_wire::FourWireError;
|
||||
pub use self::three_wire::ThreeWire;
|
||||
pub use self::three_wire::ThreeWireError;
|
||||
|
||||
pub trait Bus {
|
||||
type Error: Debug;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue