use Error;
/// All errors that can be returned by `rointe-core`.
///
/// This enum is `#[non_exhaustive]` — new variants may be added in future
/// minor versions without a breaking change.
/// Convenience `Result` alias for `rointe-core` operations.
pub type Result<T> = Result;