Trait statime::config::AcceptableMasterList
source · pub trait AcceptableMasterList {
// Required method
fn is_acceptable(&self, identity: ClockIdentity) -> bool;
}
Expand description
A list of ClockIdentity
s a Port
may accept as a
master clock.
Required Methods§
sourcefn is_acceptable(&self, identity: ClockIdentity) -> bool
fn is_acceptable(&self, identity: ClockIdentity) -> bool
Return whether the clock with identity
may be a master to this Port