handle_get_layout

Function handle_get_layout 

Source
pub(crate) fn handle_get_layout(
    state: &DevtoolsState,
    pipeline: PipelineId,
    node_id: &str,
    reply: GenericSender<Option<(ComputedNodeLayout, AutoMargins)>>,
    can_gc: CanGc,
)