workflow-nw 0.19.0

Framework layer for NWJS desktop application development.
Documentation
1
2
/// Result type used throughout `workflow-nw`, with [`crate::error::Error`] as the error type.
pub type Result<T> = std::result::Result<T, crate::error::Error>;