[][src]Trait elvis_core::StyleWrapper

pub trait StyleWrapper {
    fn wrap(self) -> Node;
}

Convert widget as a style wrapper

Required methods

fn wrap(self) -> Node

Converet widget to node

Loading content...

Implementors

impl StyleWrapper for Node[src]

Loading content...