Right now I'm mostly returning Result<_, String...
# development
a
Right now I'm mostly returning Result<_, String>, but you're not allowed to implement the From trait to convert things to String, because String isn't in your crate.