This commit is contained in:
Jonas Kruckenberg 2022-11-01 16:38:29 +01:00
parent 6b5376d756
commit b9751a018f
4 changed files with 22 additions and 22 deletions

View file

@ -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>;