workflow-i18n 0.19.0

i18n layer for `workflow-rs` framework
Documentation
1
2
/// Result type returning the crate's [`Error`](crate::error::Error) on failure.
pub type Result<T> = std::result::Result<T, crate::error::Error>;