pub trait AcceptableMasterList {
// Required method
fn is_acceptable(&self, identity: ClockIdentity) -> bool;
}Expand description
A list of ClockIdentitys 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