deleteIndexRequestCodec top-level constant

RpcCodec<DeleteCollectionIndexRequest> const deleteIndexRequestCodec

Implementation

const RpcCodec<DeleteCollectionIndexRequest> deleteIndexRequestCodec =
    RpcCodec.withDecoder(DeleteCollectionIndexRequest.fromJson);