RpcQuery

Trait RpcQuery 

Source
pub trait RpcQuery {
    type Response: for<'a> TlRead<'a, Repr = Boxed>;
}

Required Associated Types§

Source

type Response: for<'a> TlRead<'a, Repr = Boxed>

Implementors§