Hi , i'm new in rust. I'm trying to implement From trait for two different types in different crates.
but i found this error.
impl From < SqlBuilderError >for diesel::result::Error {
| ^^^^^---------------------^^^^^---------------------^^^^^^^^^^^^^^^^^^^^^^^^^
| | | |
| | | diesel::result::Error
is not defined in the current crate
| | SqlBuilderError
is not defined in the current crate
| impl doesn't use only types from inside the current crate