Trait clacks_mtproto::Function [] [src]

pub trait Function: AnyBoxedSerialize + Serialize {
    type Reply: BoxedDeserialize;
}

Associated Types

Implementors