Sign in
rust
/
rust
/
a06baa56b95674fc626b3c3fd680d6a65357fe60
/
.
/
src
/
libstd
/
sys
/
wasm
/
stack_overflow.rs
blob: cbf62b6e5b7e36eb108b76a699316304ae221026 [
file
]
pub
struct
Handler
;
impl
Handler
{
pub
unsafe
fn
new
()
->
Handler
{
Handler
}
}
pub
unsafe
fn
init
()
{}
pub
unsafe
fn
cleanup
()
{}