[][src]Trait cex::log::MapLog

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

Appends a log item to the Ok variant.

Associated Types

type Output

Loading content...

Required methods

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

Loading content...

Implementations on Foreign Types

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

type Output = Self

Loading content...

Implementors

Loading content...