diff --git a/processor/src/host/mod.rs b/processor/src/host/mod.rs index 93a9f8c305..7939239d60 100644 --- a/processor/src/host/mod.rs +++ b/processor/src/host/mod.rs @@ -38,6 +38,9 @@ pub trait Host { injector: AdviceInjector, ) -> Result; + // PROVIDED METHODS + // -------------------------------------------------------------------------------------------- + /// Creates a "by reference" host for this instance. /// /// The returned adapter also implements [Host] and will simply mutably borrow this @@ -52,9 +55,6 @@ pub trait Host { self } - // PROVIDED METHODS - // -------------------------------------------------------------------------------------------- - /// Handles the event emitted from the VM. fn on_event( &mut self,