[][src]Type Definition idioma::Error

type Error = Text;

Error type is an alias of the Text type that we use to denote errors specifically. The fact that this is an alias also means that it has access to all the methods that Text has.