Closed lucacasonato closed 7 months ago
Currently returns an anyhow::Error. Should really be returning a proper structured enum based error (for ease of use thiserror can be used to build this error struct).
anyhow::Error
thiserror
Currently returns an
anyhow::Error
. Should really be returning a proper structured enum based error (for ease of usethiserror
can be used to build this error struct).