[][src]Trait milter::MacroValue

pub trait MacroValue {
    pub fn macro_value(&self, name: &str) -> Result<Option<&str>>;
}

A trait for macro lookup.

Required methods

pub fn macro_value(&self, name: &str) -> Result<Option<&str>>[src]

Returns the value for the given macro as specified for ContextApi::macro_value.

Loading content...

Implementors

impl MacroValue for ContextApi[src]

Loading content...