[][src]Trait cex::log::MapErrLog

pub trait MapErrLog<Agent>: Sized where
    Agent: LogAgent
{ type Output; fn map_err_log(self, item: Agent::Item) -> Self::Output; }

Appends a log item to the Err variant.

Associated Types

type Output

Loading content...

Required methods

fn map_err_log(self, item: Agent::Item) -> Self::Output

Loading content...

Implementations on Foreign Types

impl<Agent, T, E> MapErrLog<Agent> for Result<T, E> where
    E: Logger<Agent>,
    Agent: LogAgent
[src]

type Output = Self

Loading content...

Implementors

Loading content...