Modules§
Traits§
- Decode
Candid - Extension trait for decoding Candid responses from inter-canister calls.
- Unwrap
OrTrap - Unwraps a
Result<T, String>or traps with the error message. - Unwrap
OrTrap Result - Unwraps a
Result<Option<T>, E>intoT, trapping on either failure.