Trait enso_prelude::StringOps[][src]

pub trait StringOps {
    fn is_enclosed(&self, first_char: char, last_char: char) -> bool;
}

Required methods

Implementors