5 个版本 (2 个稳定版)

1.0.1 2019 年 5 月 2 日
0.0.3 2019 年 5 月 2 日
0.0.2 2019 年 5 月 2 日
0.0.1 2019 年 4 月 30 日

#2668Rust 模式

每月 27 次下载
2 crates 中使用

MIT/Apache

4KB

set-error

一个简单的 trait,用于使用 Strings 重写 ResultOption 的错误。

pipeline status License Latest version Latest Docs downloads-badge

当与 ? 操作符一起使用时,它形成了一个很好的模式。 文档

File::open("config.yaml")
    .set_error("Failed to open config file.")?
    .read_to_string(&mut contents)
    .set_error("Failed to read file content.")?;

帮助

如果您在使用 read_input 时遇到任何问题或需要帮助,请发送电子邮件至 [email protected]

警告

如果您从 GitHub 查看此内容,则这是一个只读副本。请在此处为 GitLab 副本做出贡献 这里

无运行时依赖