Home
last modified time | relevance | path

Searched defs:DuplicateProviderAs (Results 1 – 1 of 1) sorted by relevance

/dports/net/krill/krill-0.9.4/cargo-crates/rpki-0.13.1-rc2/src/repository/
H A Daspa.rs365 ) -> Result<Self, DuplicateProviderAs> { in new() argument
383 ) -> Result<(), DuplicateProviderAs> { in add_provider() argument
390 ) -> Result<(), DuplicateProviderAs> { in sort_and_verify_providers() argument
449 pub struct DuplicateProviderAs; struct
451 impl fmt::Display for DuplicateProviderAs { implementation
457 impl std::error::Error for DuplicateProviderAs { } implementation