Struct Log
statechart
pub struct Log(pub String);
impl Debug for Log
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
impl Action for Log
fn apply(&self, _: &mut Context) -> Result<(), Error>