All methods on PlainEditor
should also be available on PlainEditorDriver
#200
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The new "driver" API makes sense from an efficiency point of view. But it is super annoying that some methods are only available on
PlainEditorDriver
and some are only available onPlainEditor
. This can be worked around by doingdriver.editor.
, but this is an unnecessary API wart.I can see two possibilities:
Deref
andDerefMut
forPlainEditorDriver
The text was updated successfully, but these errors were encountered: