Searched defs:with (Results 1 – 2 of 2) sorted by relevance
93 public Builder with(Attributes attribute) { in with() method in FilmstripItemAttributes.Builder
68 pub fn with<U>(&self, f: impl FnOnce(Option<WeakBoxRef<T>>) -> U) -> U { in with() method