Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

iced

Enable feature:

twill = { version = "0.3", features = ["iced"] }

What you get

  • color/style mapping helpers for iced,
  • compatibility with iced application architecture,
  • typed translation from Twill values into iced primitives.

Use twill::backends::iced::ToIced together with the helper functions in this module to feed Style data into your own iced widgets, layouts, and themes.