1
0

feat: update bmap-rs

This commit is contained in:
2026-02-17 23:44:14 +08:00
parent 518d2c77ec
commit 4f24b76193
3 changed files with 177 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ use thiserror::Error as TeError;
// region: Error and Result Types
/// Any possible error occurs in this module.
#[derive(Debug, TeError)]
#[derive(Debug, TeError, Clone)]
pub enum Error {
#[error("can not parse from native string")]
FromNative(#[from] std::str::Utf8Error),