Function deposit_for_user_server

Source
async fn deposit_for_user_server(
    user: String,
    amount: f64,
) -> Result<(), ServerFnError>