Function edit_countable_form

Source
pub async fn edit_countable_form(
    session_user_uuid: Uuid,
    session_username: String,
    session_token: Uuid,
    countable_key: Uuid,
    countable_kind: CountableKind,
    countable_name: String,
    countable_count: i32,
    countable_hours: i64,
    countable_mins: i64,
    countable_secs: i64,
    countable_millis: i64,
    countable_hunttype: String,
    countable_charm: Option<String>,
) -> Result<(), ServerFnError>