Skip to main content

klauthed_data/error/
mod.rs

1//! The crate's [`DataError`] type.
2
3mod data_error;
4
5pub use data_error::*;