workflow_nw/ipc/
result.rs

1pub type Result<T> = std::result::Result<T, super::error::Error>;
2pub type ResponseResult<T> = std::result::Result<T, super::error::ResponseError>;