Skip to main content

abrasive_protocol/
errors.rs

1#[derive(Debug, thiserror::Error)]
2#[error("{0}")]
3pub struct DecodeError(pub(crate) Box<bincode::ErrorKind>);