tycho-network 0.3.7

A peer-to-peer networking library.
Documentation
1
2
3
4
5
use tl_proto::{Boxed, TlRead};

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