blob: 57fc8bae03b548d6106e7ff56f949a6de9b98a16 [file] [log] [blame]
use snowball::SnowballEnv;
pub struct Among<T: 'static>(pub &'static str,
pub i32,
pub i32,
pub Option<&'static (dyn Fn(&mut SnowballEnv, &mut T) -> bool + Sync)>);