pub fn assert_editor_size_consistent<P: PluginExport>()Expand description
Assert editor size is consistent across multiple calls.
ยงPanics
Panics if editor() returns None or the reported size differs
across three back-to-back size() calls.
pub fn assert_editor_size_consistent<P: PluginExport>()Assert editor size is consistent across multiple calls.
Panics if editor() returns None or the reported size differs
across three back-to-back size() calls.