more docs, inline
This commit is contained in:
parent
af487fb56d
commit
ab793303fb
@ -45,6 +45,7 @@ where
|
||||
I: Input + HasTargetBytes,
|
||||
OT: ObserversTuple,
|
||||
{
|
||||
#[inline]
|
||||
fn pre_exec<R, FT, C, EM>(
|
||||
&mut self,
|
||||
state: &State<I, R, FT>,
|
||||
@ -65,6 +66,7 @@ where
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[inline]
|
||||
fn post_exec<R, FT, C, EM>(
|
||||
&mut self,
|
||||
_state: &State<I, R, FT>,
|
||||
|
@ -78,6 +78,8 @@ pub trait Executor<I>: Named
|
||||
where
|
||||
I: Input,
|
||||
{
|
||||
#[inline]
|
||||
/// Called right before exexution starts
|
||||
fn pre_exec<R, FT, C, EM>(
|
||||
&mut self,
|
||||
_state: &State<I, R, FT>,
|
||||
@ -94,6 +96,8 @@ where
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[inline]
|
||||
/// Called right after execution finished.
|
||||
fn post_exec<R, FT, C, EM>(
|
||||
&mut self,
|
||||
_state: &State<I, R, FT>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user