pub struct TracingClosureCaller {
pub vmctx: *mut VMContext,
}Expand description
A closure caller that validates both closure and argument before each call.
Fields§
§vmctx: *mut VMContextImplementations§
Auto Trait Implementations§
impl Freeze for TracingClosureCaller
impl RefUnwindSafe for TracingClosureCaller
impl !Send for TracingClosureCaller
impl !Sync for TracingClosureCaller
impl Unpin for TracingClosureCaller
impl UnsafeUnpin for TracingClosureCaller
impl UnwindSafe for TracingClosureCaller
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more