Type Alias AddProviderResult
pub type AddProviderResult = Result<AddProviderOk, AddProviderError>;
Available on crate feature
kad
only.Expand description
The result of publishing a provider record.
Aliased Type§
enum AddProviderResult {
Ok(AddProviderOk),
Err(AddProviderError),
}
Variants§
Ok(AddProviderOk)
Contains the success value
Err(AddProviderError)
Contains the error value