Trait MaybeFence

Source
pub trait MaybeFence {
    // Provided method
    fn is_fence(&self) -> bool { ... }
}

Provided Methods§

Source

fn is_fence(&self) -> bool

Implementors§

Source§

impl<Fut> MaybeFence for Fenced<Fut>
where Fut: Future,