Trait webelements::Loggable[][src]

pub trait Loggable {
    fn log(self);
}

Required methods

Implementors