pub trait Style2Ext { // Required method fn into_style(self) -> Option<Style>; }
Extensions for Style2.
Style2