blob: 2664ef550695721872a9bc4d1309713b0490e9fc [file] [log] [blame]
pub trait TheTrait<T> {
fn the_fn(&self);
}