Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
implitem signature doesn't matchtraititem signatureexpected signature
fn(&'1 system::entitys::alct_api_driver_new::Entity) -> &'static strfound signature
fn(&'1 system::entitys::alct_api_driver_new::Entity) -> &'1 strthe lifetime requirements from the
impldo not correspond to the requirements in thetraitverify the lifetime relationships in the
traitandimplbetween theselfargument, the other inputs and its outputrustcClick for full compiler diagnosticbase_entity.rs(30, 5): expected
fn(&'1 system::entitys::alct_api_driver_new::Entity) -> &'static str`
Beta Was this translation helpful? Give feedback.
All reactions