It would be nice in the documentation to have some mention of the types that are generated by the macros. This seems relevant when considering this crate, in particular to see how a downstream user would be able to access errors without resorting to cex macros or impl Trait. It is the idea that any users of a crate that uses cex must also use cex macros?
It would be nice in the documentation to have some mention of the types that are generated by the macros. This seems relevant when considering this crate, in particular to see how a downstream user would be able to access errors without resorting to
cexmacros orimpl Trait. It is the idea that any users of a crate that uses cex must also use cex macros?