EditorContentEncoding
public protocol EditorContentEncoding
An object capable of encoding EditorContent to given type.
-
Undocumented
Declaration
Swift
associatedtype EncodedType -
Undocumented
Declaration
Swift
func encode(_ content: EditorContent) -> EncodedType!
View on GitHub
EditorContentEncoding Protocol Reference