Make trait pub
This commit is contained in:
parent
f76ac94d70
commit
511085b747
|
@ -48,7 +48,7 @@ impl Index<usize> for LeaderSchedule {
|
|||
}
|
||||
}
|
||||
|
||||
trait LeaderScheduleUtil {
|
||||
pub trait LeaderScheduleUtil {
|
||||
/// Return the leader schedule for the current epoch.
|
||||
fn leader_schedule(&self) -> LeaderSchedule;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue