Function cosmic::iced::advanced::widget::operation::scoped

source ยท
pub fn scoped<T>(
    target: Id,
    operation: impl Operation<T> + 'static,
) -> impl Operation<T>
where T: 'static,
Expand description

Produces an Operation that applies the given Operation to the children of a container with the given Id.