Struct libp2p_kad::QueryId [−][src]
pub struct QueryId(_);
Expand description
Unique identifier for an active query.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QueryId
impl UnwindSafe for QueryId
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V