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