Function withdraw_for_user_server

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