pub fn register_handler<H: Ic0CallHandler + 'static>(handler: H)
Expand description

Register a handler to be used for handling the canister call in non-wasm environments.

Panics

If called from within a canister.