//! Small blocking transport abstraction for vote commitment tree sync.
/// Response returned by a tree-sync transport request.
/// Errors returned by a concrete tree-sync transport implementation.
/// Blocking GET-only transport used by [`crate::http_sync_api::HttpTreeSyncApi`].