[][src]Trait eventmill::metadata::Attributes

pub trait Attributes: IntoIterator<Item = (Key, Value)> { }

Implementors

impl<T> Attributes for T where
    T: IntoIterator<Item = (Key, Value)>, 
[src]

Loading content...