[][src]Function awsm::tick::start_raf_ticker_timestamp

pub fn start_raf_ticker_timestamp<F>(on_tick: F) -> Result<impl FnOnce(), Error> where
    F: FnMut(Timestamp) + 'static, 

similar to start_ticker but instead of a callback with the current time it uses a Timestamp struct which contains commonly useful info