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