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.
std::io::ErrorKind
1 parent 6c00254 commit 1d0645fCopy full SHA for 1d0645f
lightning/src/ln/msgs.rs
@@ -61,7 +61,8 @@ pub enum DecodeError {
61
/// A length descriptor in the packet didn't describe the later data correctly
62
BadLengthDescriptor,
63
/// Error from std::io
64
- Io(::std::io::ErrorKind),
+ Io(/// (C-not exported) as ErrorKind doesn't have a reasonable mapping
65
+ ::std::io::ErrorKind),
66
}
67
68
/// An init message to be sent or received from a peer
0 commit comments