Struct experimental_reactive::print::DebugPrinter [] [src]

pub struct DebugPrinter;

Print signals for debugging

Trait Implementations

impl<T> Slot<T> for DebugPrinter where T: Debug
[src]

fn push(&self, value: T) -> Result<()SlotError<T>>