radiate_core/
error.rs

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