workflow-nw 0.18.0

Framework layer for NWJS desktop application development.
Documentation
1
2
pub type Result<T> = std::result::Result<T, super::error::Error>;
pub type ResponseResult<T> = std::result::Result<T, super::error::ResponseError>;