[][src]Function mantle::testing::call_with

pub fn call_with<T, F: FnOnce() -> T>(
    addr: &Address,
    sender: Option<&Address>,
    value: Option<&U256>,
    input: &[u8],
    gas: &U256,
    call_fn: F
) -> T