Skip to main content

radiate_core/
error.rs

1pub use radiate_error::*;
2
3pub type RadiateResult<T> = std::result::Result<T, RadiateError>;