Trait candid::types::CandidType[][src]

pub trait CandidType {
    fn _ty() -> Type;
fn idl_serialize<S>(&self, serializer: S) -> Result<(), S::Error>
    where
        S: Serializer
; fn ty() -> Type { ... }
fn id() -> TypeId { ... } }

Required methods

Provided methods

Implementations on Foreign Types

Implementors