pub trait UiServices:
TextService
+ PathService
+ SvgService
+ MaterialService { }Expand description
UI runtime services passed to widgets during layout/paint/event handling.
This is intentionally a single &mut handle so runtimes can pass a single renderer-owned
service object (similar to how GPUI passes a Window/context that provides multiple facilities).