Package web5.sdk.rust
Object FfiConverterTypeWeb5Error
-
- All Implemented Interfaces:
-
web5.sdk.rust.FfiConverter,web5.sdk.rust.FfiConverterRustBuffer
public class FfiConverterTypeWeb5Error implements FfiConverterRustBuffer<Web5Exception>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeWeb5ErrorINSTANCE
-
Method Summary
Modifier and Type Method Description Web5Exceptionread(ByteBuffer buf)ULongallocationSize(Web5Exception value)Unitwrite(Web5Exception value, ByteBuffer buf)-
Methods inherited from class web5.sdk.rust.FfiConverterRustBuffer
lift, lower -
Methods inherited from class web5.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
Web5Exception read(ByteBuffer buf)
-
allocationSize
ULong allocationSize(Web5Exception value)
-
write
Unit write(Web5Exception value, ByteBuffer buf)
-
-
-
-