pub type DhtQueryResponse = DhtMessage;
Aliased Type§
struct DhtQueryResponse {
pub id: String,
pub typ: DhtType,
pub responses: Vec<DhtPeerResponse>,
pub extra: String,
}
Fields§
§id: String
§typ: DhtType
§responses: Vec<DhtPeerResponse>
§extra: String