pub trait RwFutureExt: Future { // Required method fn with_fence(self, is_fence: bool) -> Fenced<Self> ⓘ where Self: Sized; }