Skip to main content

set

Function set 

Source
pub fn set(
    v: &Value,
    key: &str,
    val: &Value,
    receiver: &Value,
) -> Result<bool, String>
Expand description

[[Set]]. Ok(true) means the write was handled here.