pub fn run_hosted_sync_conformance(
transport: &mut dyn HostedSyncTransport,
) -> Result<(), String>Expand description
Runs the Spec 087 hosted-transport conformance suite against any adapter.
ยงErrors
Returns a descriptive failure when an assertion does not hold.