pub trait CanBeAbortion {
    // Required method
    fn abortion(&self) -> Option<&AbortReason>;
}

Required Methods§

Implementors§