Trait rubble::link::filter::AddressFilter[][src]

pub trait AddressFilter {
    fn matches(&self, address: DeviceAddress) -> bool;
}

Required methods

Implementors