mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
All types which are errors should impl the std::error::Error trait. So that for example they could be put inside a `Box<dyn std::error::Error>`.