Re-exports§
pub use cose::format_error;
Modules§
Enums§
- Owned
Ref - A smart pointer that can hold either a reference or an owned value
Constants§
Statics§
Traits§
- Canister
Caller - A trait for interacting with canisters
Functions§
- to_
cbor_ bytes - Converts a serializable object to CBOR-encoded bytes
- validate_
principals - Validates a set of principals
- validate_
str - Validates a string against naming conventions
Type Aliases§
- BoxError
- A type alias for a boxed error that is thread-safe and sendable across threads. This is commonly used as a return type for functions that can return various error types.