Skip to main content

radiate_core/
error.rs

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