Skip to content

FFI should support using sync client instead of default client #199

@scovich

Description

@scovich

Follow-up to #195 (comment)

tl;dr:

[If you enable sync-engine] you'll be able to see the types for this, but not actually get one (because get_engine_builder is only #[cfg(feature = "default-engine")]).

We'd have to probably make an enum with the types, and then either have that as an arg to get_engine_builder, or we could have get_default_builder or get_sync_builder.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions