pub async fn send_tappstore_query<C>(
    from_actor: &str,
    arg: C,
    timeout_ms: Option<u64>
) -> Result<<C as Request>::Response, Errors>where
    C: Request + ToBytes + Clone,
    <C as Request>::Response: for<'a> FromBytes<'a> + Send,
Expand description

Send query to tappstore actor.