Skip to main content

get

Function get 

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

[[Get]]. Ok(None) → not a proxy; the caller proceeds normally.