[][src]Trait fiftyonedegrees::common::DeviceDetector

pub trait DeviceDetector<'detector, M: DeviceMatch + 'detector> {
    fn match_by_user_agent(&'detector self, user_agent: &String) -> Option<M>;
}

Required methods

fn match_by_user_agent(&'detector self, user_agent: &String) -> Option<M>

Loading content...

Implementors

Loading content...