[][src]Function picollar::debounce::new_debouncer

pub async fn new_debouncer<'_, '_, T: 'static + Debounceable>(
    pi: Connection,
    tt: &'_ mut Tracker,
    spec: &'_ T::Spec,
    initial: Option<T>
) -> Result<Receiver<T>, Error>