pub type MessageHash = u64;Expand description
MessageHash represents a hash which can be used to get a different information bout a message.
Trait Implementations§
Source§impl Into<DetailsInterest> for MessageHash
impl Into<DetailsInterest> for MessageHash
Source§fn into(self) -> DetailsInterest
fn into(self) -> DetailsInterest
Converts this type into the (usually inferred) input type.