pub trait ContinuationTrackerTrait:
Send
+ Sync
+ ContinuationCheckerTraitClone {
// Required method
fn get_continuation_grant(&self) -> ContinuationGrant;
}pub trait ContinuationTrackerTrait:
Send
+ Sync
+ ContinuationCheckerTraitClone {
// Required method
fn get_continuation_grant(&self) -> ContinuationGrant;
}