-
Hello! I have the following repository struct:
and this struct impl following trait:
I want to create a submodule:
And I get this error:
|
Beta Was this translation helpful? Give feedback.
Answered by
qFlensT
Jul 22, 2022
Replies: 1 comment
-
Found the cause of the error, I had to implement ISignIn in the module:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
qFlensT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the cause of the error, I had to implement ISignIn in the module: