workflow_store/
result.rs

1//! [`Result`] type alias
2pub type Result<T> = std::result::Result<T, crate::error::Error>;