Use enums instead of generics #1224
Annotations
10 errors
packages/account_sdk/src/controller.rs#L78
`(dyn WebauthnBackendWithOrigin + Sync + 'static)` cannot be sent between threads safely
|
packages/account_sdk/src/controller.rs#L177
the method `register_session` exists for struct `Controller<OwnerAccount<P>>`, but its trait bounds were not satisfied
|
packages/account_sdk/src/controller.rs#L194
the method `sign_outside_execution` exists for reference `&Controller<P, B>`, but its trait bounds were not satisfied
|
packages/account_sdk/src/controller.rs#L218
the method `estimate_fee` exists for struct `ExecutionV1<'_, Controller<P, B>>`, but its trait bounds were not satisfied
|
packages/account_sdk/src/controller.rs#L232
the method `send` exists for struct `ExecutionV1<'_, Controller<P, B>>`, but its trait bounds were not satisfied
|
packages/account_sdk/src/controller.rs#L278
the method `delegate_account` exists for struct `Controller<OwnerAccount<P>>`, but its trait bounds were not satisfied
|
packages/account_sdk/src/controller.rs#L124
`(dyn WebauthnBackendWithOrigin + Sync + 'static)` cannot be sent between threads safely
|
packages/account_sdk/src/controller.rs#L124
`(dyn WebauthnBackendWithOrigin + Sync + 'static)` cannot be sent between threads safely
|
packages/account_sdk/src/controller.rs#L131
the method `deploy_v1` exists for struct `ControllerFactory<OwnerAccount<P>, P>`, but its trait bounds were not satisfied
|
packages/account_sdk/src/controller.rs#L286
the method `set_delegate_account` exists for struct `Controller<OwnerAccount<P>>`, but its trait bounds were not satisfied
|
This job failed
Loading