[][src]Trait sn0int::autonoscope::IntoRule

pub trait IntoRule {
    fn into_rule(&self) -> (&'static str, String);
}

Required methods

fn into_rule(&self) -> (&'static str, String)

Loading content...

Implementors

impl IntoRule for DomainRule[src]

impl IntoRule for IpRule[src]

impl IntoRule for UrlRule[src]

Loading content...