pub trait InitInternals { type Error; // Required method fn init_internals(&mut self) -> Result<(), Self::Error>; }