Skip to main content

iter_method

Function iter_method 

Source
pub fn iter_method(
    receiver: &Value,
    method: &str,
    args: &[Value],
    line: u32,
) -> Result<(Value, Option<Value>), BopError>