Type Definition libp2p_kad::AddProviderResult
source · [−]pub type AddProviderResult = Result<AddProviderOk, AddProviderError>;
Expand description
The result of publishing a provider record.
pub type AddProviderResult = Result<AddProviderOk, AddProviderError>;
The result of publishing a provider record.