pub use crate*;
/// An empty settings parameter.
;
/// How should the screen load its assets?
/// If `LoadingStrategy` is Blocking, the screen's systems will not run until
/// loading is complete. If it is Nonblocking, the screen's systems will run
/// regardless of asset completion status.
/// Implementation trait for Screen components.