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