pub struct RichTextEditorPlugin;Expand description
Asset-only plugin adapter for Component::RichTextEditor.
render() is unreachable in normal operation — it returns an explicit
server-side error sentinel string for the unreachable path so any future
regression that routes a Plugin{plugin_type:"RichTextEditor"} through
here produces a debuggable signal rather than silent success.
Trait Implementations§
Source§impl JsonUiPlugin for RichTextEditorPlugin
impl JsonUiPlugin for RichTextEditorPlugin
Auto Trait Implementations§
impl Freeze for RichTextEditorPlugin
impl RefUnwindSafe for RichTextEditorPlugin
impl Send for RichTextEditorPlugin
impl Sync for RichTextEditorPlugin
impl Unpin for RichTextEditorPlugin
impl UnsafeUnpin for RichTextEditorPlugin
impl UnwindSafe for RichTextEditorPlugin
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