Skip to main content

block_list_call

Function block_list_call 

Source
pub fn block_list_call(
    recv: &Value,
    method: &str,
    args: Vec<Value>,
) -> Result<Value, String>
Expand description

BlockList instance dispatch (parent routes the BlockList tag here).