How does the Effectable trait and other work? Let’s say I want to implement the equivalent of Rust’s Into<Effect> for a custom class/data type. Is there a way to do that?
Having custom traits is pretty fun. I recently added a IntoResponse for my error classes so I will be able to coerce a response from errors (and force an inline resolution for every error that doesn’t implement that trait)