Trait svisual::NextValue[][src]

pub trait NextValue {
    fn next<F>(&mut self, f: F)
    where
        F: FnOnce(&Self)
; }
Expand description

Go to next sendable value position

Required methods

Use previous values if no update will come. F is send package function

Implementors