Trait brane_exe::spec::CustomLocalState
source · pub trait CustomLocalState:
'static
+ Send
+ Sync
+ Clone {
// Required method
fn new(global: &Arc<RwLock<impl CustomGlobalState>>) -> Self;
}
Expand description
Defines whatever is needed for the custom local part of a RunState.
Required Methods§
Object Safety§
This trait is not object safe.