mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 01:12:24 +00:00
Work on axum support
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use actix_web::ResponseError;
|
||||
use async_trait::async_trait;
|
||||
|
||||
#[async_trait(?Send)]
|
||||
#[async_trait]
|
||||
pub trait UserStore: 'static {
|
||||
type Error: ResponseError;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user