pub trait DuatError { // Required method fn into_text(self) -> Box<Text>; }
An error that can be displayed as Text in Duat
Text