Function atuin_server::handlers::user::get[][src]

pub async fn get(
    username: String,
    db: impl Database + Clone + Send + Sync
) -> Result<Box<dyn Reply>, Infallible>