Trait FlankedFunction

Source
pub trait FlankedFunction {
    // Required method
    fn flanked_function(&self) -> String;
}

Required Methods§

Implementors§

Source§

impl<T> FlankedFunction for T
where T: AsRef<str>,