Trait rustfmt_nightly::comment::FindUncommented

source ·
pub(crate) trait FindUncommented {
    // Required methods
    fn find_uncommented(&self, pat: &str) -> Option<usize>;
    fn find_last_uncommented(&self, pat: &str) -> Option<usize>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl FindUncommented for str

Implementors§