pub fn apply_layout(
store: &mut NodeGraphStore,
request: &LayoutEngineRequest,
registry: &LayoutEngineRegistry,
) -> Result<LayoutApplyOutcome, LayoutApplyError>Expand description
Runs a selected layout engine and commits the resulting transaction through normal store dispatch.