File tree Expand file tree Collapse file tree 3 files changed +422
-95
lines changed
Expand file tree Collapse file tree 3 files changed +422
-95
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ pub enum SupervisorCreationError {
4949 #[ error( "could not build the supervisor: {0}" ) ]
5050 SupervisorBuild ( String ) ,
5151 #[ error( "could not start the supervisor: {0}" ) ]
52- SupervisorStartGeneric ( String ) ,
52+ StartSupervisor ( String ) ,
5353}
5454
5555#[ derive( Error , Debug ) ]
Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ pub trait SupervisorStarter {
107107/// implementations to potentially replace internal state or recreate resources as needed.
108108///
109109/// # Type Parameters
110- ///
111110/// * `ApplyError` - The error type returned when applying configuration changes fails
112111/// * `StopError` - The error type returned when stopping fails
113112pub trait Supervisor : Sized {
You can’t perform that action at this time.
0 commit comments