pub struct CssOutput { /* private fields */ }
Implementations§
source§impl CssOutput
impl CssOutput
pub fn style_string(&self) -> String
pub fn class_name(&self) -> &str
pub fn class_suffix(&self) -> &str
pub fn generate_css_module(&self, global: Option<Ident>) -> TokenStream
pub fn merge_to_string(styles: &[Self]) -> String
Auto Trait Implementations§
impl RefUnwindSafe for CssOutput
impl !Send for CssOutput
impl !Sync for CssOutput
impl Unpin for CssOutput
impl UnwindSafe for CssOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more