Struct ralf::LoggingReducer [] [src]

pub struct LoggingReducer {}

LoggingReducer Print the category of each action received Leave the state unchanged

Trait Implementations

impl Debug for LoggingReducer
[src]

[src]

Formats the value using the given formatter. Read more

impl<T> Reducer<T> for LoggingReducer
[src]

[src]

Print the action and give back state ownership

Auto Trait Implementations