Skip to main content

load_current_user

Function load_current_user 

Source
pub async fn load_current_user(
    db: &DbHandle,
    id: i64,
) -> Result<Option<CurrentUser>>