[][src]Trait cex::log::ToLog

pub trait ToLog<Agent>: Sized where
    Agent: LogAgent
{ fn new_log(self) -> Log<Self, Agent>;
fn to_log(self, item: Agent::Item) -> Log<Self, Agent>; }

Wraps a type with Log.

Required methods

fn new_log(self) -> Log<Self, Agent>

fn to_log(self, item: Agent::Item) -> Log<Self, Agent>

Loading content...

Implementors

impl<Inner, Agent> ToLog<Agent> for Inner where
    Agent: LogAgent
[src]

Loading content...