Struct tailwind_css::TailwindScreenReader 
source · [−]pub struct TailwindScreenReader { /* private fields */ }Expand description
Utilities for improving accessibility with screen readers.
Reference
Implementations
Trait Implementations
sourceimpl Debug for TailwindScreenReader
 
impl Debug for TailwindScreenReader
sourceimpl Display for TailwindScreenReader
 
impl Display for TailwindScreenReader
sourceimpl TailwindInstance for TailwindScreenReader
 
impl TailwindInstance for TailwindScreenReader
sourcefn attributes(&self, _: &TailwindBuilder) -> CssAttributes
 
fn attributes(&self, _: &TailwindBuilder) -> CssAttributes
Attributes in css
sourcefn inlineable(&self) -> bool
 
fn inlineable(&self) -> bool
used to deduplication and marking
sourcefn boxed(self) -> Box<dyn TailwindInstance> where
    Self: Sized,
    Self: 'static, 
 
fn boxed(self) -> Box<dyn TailwindInstance> where
    Self: Sized,
    Self: 'static, 
New tailwind instance
sourcefn selectors(&self, ctx: &TailwindBuilder) -> String
 
fn selectors(&self, ctx: &TailwindBuilder) -> String
Custom selector name
sourcefn additional(&self, ctx: &TailwindBuilder) -> String
 
fn additional(&self, ctx: &TailwindBuilder) -> String
Additional css in bundle
Auto Trait Implementations
impl RefUnwindSafe for TailwindScreenReader
impl Send for TailwindScreenReader
impl Sync for TailwindScreenReader
impl Unpin for TailwindScreenReader
impl UnwindSafe for TailwindScreenReader
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more