pub mod register { use crate::instance::Instance; impl Instance { pub fn register() {} } }