fmt
This commit is contained in:
parent
6b5376d756
commit
b9751a018f
4 changed files with 22 additions and 22 deletions
|
@ -16,7 +16,7 @@ pub enum Error {
|
|||
#[error(transparent)]
|
||||
Serde(#[from] serde_wasm_bindgen::Error),
|
||||
#[error("{0:?}")]
|
||||
Other(JsValue)
|
||||
Other(JsValue),
|
||||
}
|
||||
|
||||
pub(crate) type Result<T> = std::result::Result<T, Error>;
|
||||
pub(crate) type Result<T> = std::result::Result<T, Error>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue