re-export js_int::Error
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
c12175cd16
commit
10f9f5a900
@ -129,7 +129,9 @@ pub mod api {
|
||||
#[doc(no_inline)]
|
||||
pub use assign::assign;
|
||||
#[doc(no_inline)]
|
||||
pub use js_int::{int, uint, Int, UInt};
|
||||
pub use js_int::{
|
||||
int, uint, Int, ParseIntError as JsParseIntError, TryFromIntError as JsTryFromIntError, UInt,
|
||||
};
|
||||
#[doc(no_inline)]
|
||||
pub use js_option::JsOption;
|
||||
#[cfg(feature = "client-ext-client-api")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user