pub trait SkillTreeCrateWriter { type Error; // Required method fn skill_tree_write_crate_text(&self) -> Result<String, Self::Error>; }