//! Reducer that appends incoming [`ErrorEvent`](crate::channels::errors::ErrorEvent) entries to the errors channel.
use Reducer;
use crate::;
/// Reducer that appends error events from a [`NodePartial`](crate::node::NodePartial) to the state errors channel.
;