DavCancellation

Trait DavCancellation 

Source
pub trait DavCancellation: Send + Sync {
    // Required method
    fn is_cancelled(&self) -> bool;
}
Expand description

Cancellation checkpoint controlled by the product or transport adapter.

Required Methods§

Implementors§