pub fn extern_spec_std_ops_FnMut_Args_call_mut<Self_, Args>(
self_: &mut Self_,
arg: Args,
) -> Self_::OutputExpand description
extern spec for ::std::ops::FnMut::call_mut
This is not a real function: its only use is for documentation.
requires
(*self).precondition(arg)ensures
(*self).postcondition_mut(arg, ^self, result)