pub trait IMitmService: IMitmServerObject {
    fn get_name() -> ServiceName;
    fn should_mitm(info: MitmProcessInfo) -> bool;
}

Required Methods

Implementors