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.
Follow-up to #195 (comment)
tl;dr: