Package web5.sdk.rust
Object FfiConverterOptionalMapStringString
-
- All Implemented Interfaces:
-
web5.sdk.rust.FfiConverter,web5.sdk.rust.FfiConverterRustBuffer
public class FfiConverterOptionalMapStringString implements FfiConverterRustBuffer<Map<String, String>>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterOptionalMapStringStringINSTANCE
-
Method Summary
Modifier and Type Method Description Map<String, String>read(ByteBuffer buf)ULongallocationSize(Map<String, String> value)Unitwrite(Map<String, String> 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
-
-