pub fn set_hint_with_priority(
    key: &str,
    value: &str,
    priority: HintPriority
) -> Result<()>
Expand description

Sets a hint value of the key with a priority.

§Errors

Returns Err if the hint of key does not exist.