pub struct Prose;Trait Implementations§
Source§impl Plugin for Prose
impl Plugin for Prose
Source§fn can_handle(&self, context: ContextCanHandle<'_, '_, '_>) -> bool
fn can_handle(&self, context: ContextCanHandle<'_, '_, '_>) -> bool
Returns whether the plugin can handle a specific modifier.
Source§fn needs_wrapping(&self) -> bool
fn needs_wrapping(&self) -> bool
Returns whether the plugin should be wrapped inside a CSS rule or if it will manually
generate it
Source§fn handle(&self, context: &mut ContextHandle<'_, '_, '_, '_, '_>)
fn handle(&self, context: &mut ContextHandle<'_, '_, '_, '_, '_>)
Get the CSS code from a modifier. Read more
Auto Trait Implementations§
impl Freeze for Prose
impl RefUnwindSafe for Prose
impl Send for Prose
impl Sync for Prose
impl Unpin for Prose
impl UnwindSafe for Prose
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