Struct libp2p::swarm::protocols_handler::multi::DuplicateProtonameError [−][src]
pub struct DuplicateProtonameError(_);
It is an error if two handlers share the same protocol name.
Implementations
impl DuplicateProtonameError
[src]
impl DuplicateProtonameError
[src]pub fn protocol_name(&self) -> &[u8]
[src]
The protocol name bytes that occured in more than one handler.
Trait Implementations
impl Clone for DuplicateProtonameError
[src]
impl Clone for DuplicateProtonameError
[src]pub fn clone(&self) -> DuplicateProtonameError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for DuplicateProtonameError
[src]
impl Debug for DuplicateProtonameError
[src]impl Display for DuplicateProtonameError
[src]
impl Display for DuplicateProtonameError
[src]