Skip to main content

CuStdSimAppLifecycle

Type Alias CuStdSimAppLifecycle 

Source
pub type CuStdSimAppLifecycle<A, State = Initialized> = CuSimAppLifecycle<MmapSectionStorage, UnifiedLoggerWrite, A, State>;
Expand description

Convenience alias for simulation applications using the default std unified logger, mirroring CuStdAppLifecycle.

Aliased Typeยง

pub struct CuStdSimAppLifecycle<A, State = Initialized> { /* private fields */ }