[][src]Struct alchemy_styles::stylesheet::StyleSheet

pub struct StyleSheet(_);

A StyleSheet contains selectors and parsed Styles attributes. It also has some logic to apply styles for n keys to a given Style node.

Methods

impl StyleSheet[src]

pub fn new(styles: HashMap<&'static str, Vec<Styles>>) -> Self[src]

Creates a new Stylesheet.

pub fn apply_styles(
    &self,
    key: &str,
    style: &mut Style,
    appearance: &mut Appearance
)
[src]

Trait Implementations

impl Debug for StyleSheet[src]

Auto Trait Implementations

impl Send for StyleSheet

impl Sync for StyleSheet

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]