[][src]Trait hexavalent::list::List

pub trait List: ListImpl where
    Self::Elem: FromListElem, 
{ type Elem; }

A list that can be retrieved from HexChat.

Used with PluginHandle::get_list and PluginHandle::get_list_with.

This trait is sealed and cannot be implemented outside of hexavalent.

Associated Types

type Elem[src]

The type of elements of the list.

Loading content...

Implementors

impl List for Channels[src]

type Elem = Channel

impl List for DccTransfers[src]

impl List for Ignores[src]

type Elem = Ignore

impl List for Notifies[src]

type Elem = Notify

impl List for Users[src]

type Elem = User

Loading content...