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

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

Required methods

fn matches(&self, address: DeviceAddress) -> bool

Loading content...

Implementors

impl AddressFilter for AllowAll[src]

impl<I: Iterator<Item = DeviceAddress> + Clone> AddressFilter for WhitelistFilter<I>[src]

Loading content...