1 2 3 4 5 6 7 8 9 10
#![allow(dead_code)] pub(crate) struct Batcher {} impl Batcher { pub(crate) fn new() -> Self { Self {} } }