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