[][src]Trait kompact::prelude::TimerRefFactory

pub trait TimerRefFactory {
    fn timer_ref(&self) -> TimerRef;
}

A factory trait to produce instances of TimerRef

Required methods

fn timer_ref(&self) -> TimerRef

Returns the timer reference for associated with this factory

Loading content...

Implementors

impl TimerRefFactory for KompactSystem[src]

Loading content...