mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 17:50:17 +00:00
document by hand much more of the sprout code
This commit is contained in:
@@ -20,6 +20,9 @@ pub struct PhasesConfiguration {
|
||||
pub late: Vec<PhaseConfiguration>,
|
||||
}
|
||||
|
||||
/// Configures a single phase of the boot process.
|
||||
/// There can be multiple phase configurations that are
|
||||
/// executed sequentially.
|
||||
#[derive(Serialize, Deserialize, Default, Clone)]
|
||||
pub struct PhaseConfiguration {
|
||||
/// The actions to run when the phase is executed.
|
||||
|
||||
Reference in New Issue
Block a user