/// pub struct Scheduler {} impl std::fmt::Debug for Scheduler { fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { f.debug_struct("Scheduler of api.kgon.identity").finish() } } impl Scheduler { /// pub fn new() -> Scheduler { Scheduler {} } }