Trait PyMatchRef

Source
pub trait PyMatchRef {
    type Output;

    // Required method
    fn match_ref(&self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn match_ref(&self) -> Self::Output

Implementors§