Skip to main content

RemoteUnlinkExecutor

Trait RemoteUnlinkExecutor 

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

Required Methods§

Implementors§