Ai
1 Star 0 Fork 0

mindbox/xloop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
error.rs 289 Bytes
一键复制 编辑 原始数据 按行查看 历史
mindbox 提交于 2024-07-09 19:55 +08:00 . init
#[derive(Debug)]
pub struct Error;
impl std::fmt::Display for Error {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
f.write_str("Error windows")
}
}
impl std::error::Error for Error {
fn source(&self) -> Option<&(dyn std::error::Error + 'static)> {
None
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindbox/xloop.git
git@gitee.com:mindbox/xloop.git
mindbox
xloop
xloop
master

搜索帮助