Candid is an interface description language (IDL) for interacting with canisters (also known as services or actors) running on the Internet Computer.
Macros implementation of #[derive(CandidType)]
to convert Rust data types to Candid types. This crate should be considered as an implementation detail, and not be used directly, only via the candid
crate.
See the docs here.