We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d622e5 commit 9335a79Copy full SHA for 9335a79
src/lib.rs
@@ -42,4 +42,4 @@ pub mod router;
42
#[cfg(test)]
43
mod test;
44
45
-pub use bincode::Error;
+pub use bincode::{Error, ErrorKind};
0 commit comments