Addr take 1 parameter #1

Closed
opened 2019-02-23 06:31:57 -08:00 by eribol · 2 comments
eribol commented 2019-02-23 06:31:57 -08:00 (Migrated from github.com)

Sorry, this is the only way i can say my problem with your pretty example.

pub dbs: Addr<Syn, util::database::Database>,
| ^^^^^^^^^^^^^^^^^^^^^^^^ unexpected type argument

Sorry, this is the only way i can say my problem with your pretty example. > pub dbs: Addr<Syn, util::database::Database>, > | ^^^^^^^^^^^^^^^^^^^^^^^^ unexpected type argument
ryanmcgrath commented 2019-02-23 09:05:10 -08:00 (Migrated from github.com)

Just delete Syn, . actix doesn't require that in newer versions.

Just delete `Syn, `. `actix` doesn't require that in newer versions.
eribol commented 2019-02-23 09:32:22 -08:00 (Migrated from github.com)

Thank you so much.

Thank you so much.
This repository is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/jelly#1
No description provided.