Function mock_builder::execute

source ·
pub fn execute<Locator, I, O, Get>(locator: Locator, input: I, get: Get) -> O
where Locator: Fn(), Get: Fn(String) -> Option<CallId>,
Expand description

Execute a function from the function storage. This function should be called with a locator used as a function identification.