trait RemoteUnlinkExecutor: Send + Sync {
// Required method
fn unlink(
&self,
) -> Pin<Box<dyn Future<Output = Result<SentinelUnlinkOutcome, SentinelError>> + Send + '_>>;
}trait RemoteUnlinkExecutor: Send + Sync {
// Required method
fn unlink(
&self,
) -> Pin<Box<dyn Future<Output = Result<SentinelUnlinkOutcome, SentinelError>> + Send + '_>>;
}