-
- All Implemented Interfaces:
-
uniffi.wysiwyg_composer.FfiConverter,uniffi.wysiwyg_composer.FfiConverterRustBuffer
public class FfiConverterTypeDomCreationError implements FfiConverterRustBuffer<DomCreationException>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeDomCreationErrorINSTANCE
-
Method Summary
Modifier and Type Method Description DomCreationExceptionread(ByteBuffer buf)ULongallocationSize(DomCreationException value)Unitwrite(DomCreationException value, ByteBuffer buf)-
Methods inherited from class uniffi.wysiwyg_composer.FfiConverterTypeDomCreationError
lift, lower -
Methods inherited from class uniffi.wysiwyg_composer.FfiConverterRustBuffer
liftFromRustBuffer, lowerIntoRustBuffer -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
read
DomCreationException read(ByteBuffer buf)
-
allocationSize
ULong allocationSize(DomCreationException value)
-
write
Unit write(DomCreationException value, ByteBuffer buf)
-
-
-
-