Struct untis::RpcRequest [] [src]

pub struct RpcRequest<P: Serialize> { /* fields omitted */ }

Methods

impl<P: Serialize> RpcRequest<P>
[src]

[src]

Trait Implementations

Auto Trait Implementations

impl<P> Send for RpcRequest<P> where
    P: Send

impl<P> Sync for RpcRequest<P> where
    P: Sync