[][src]Function metacall::metacall

pub fn metacall<'a>(
    func: &str,
    args: impl IntoIterator<Item = &'a Any>
) -> Result<Any, &'static str>