Trait candid::types::Compound[][src]

pub trait Compound {
    type Error;
    fn serialize_element<T: ?Sized>(&mut self, v: &T) -> Result<(), Self::Error>
    where
        T: CandidType
; }

Associated Types

Loading content...

Required methods

fn serialize_element<T: ?Sized>(&mut self, v: &T) -> Result<(), Self::Error> where
    T: CandidType
[src]

Loading content...

Implementors

impl<'a> Compound for Compound<'a>[src]

type Error = Error

Loading content...