pub struct RichConverter;
Expand description
A converter for RichAnnotation
.
Besides the straightforward mappings of links and text effects, this converter styles links with the underline effect and code snippets with the secondary palette color.
Trait Implementations§
Source§impl Converter<RichAnnotation> for RichConverter
impl Converter<RichAnnotation> for RichConverter
Auto Trait Implementations§
impl Freeze for RichConverter
impl RefUnwindSafe for RichConverter
impl Send for RichConverter
impl Sync for RichConverter
impl Unpin for RichConverter
impl UnwindSafe for RichConverter
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