iced_core::widget::operationFunction scope
Source pub fn scope<T: 'static>(
target: Id,
operation: impl Operation<T> + 'static,
) -> impl Operation<T>
Expand description
Produces an Operation
that applies the given Operation
to the
children of a container with the given Id
.