Type Definition candid::types::principal::Principal[][src]

type Principal = Principal;

Trait Implementations

impl CandidType for Principal[src]

fn id() -> TypeId[src]

fn _ty() -> Type[src]

fn idl_serialize<S>(&self, serializer: S) -> Result<(), S::Error> where
    S: Serializer
[src]

fn ty() -> Type[src]