Module pircolate::tag [] [src]

The tag module contains everything needed to perform strongly typed access to tags associated with a message.

Structs

TagIter

An implementation of Iterator that iterates over the key/value pairs (in the form of a tuple) of the tags of a Message.

Traits

Tag

The tag trait is a trait implemented by types for use with the Message::tag method. It is used to search for a specified tag and provide stronglyy typed access to it.