use crate;
/// A transport handler that contributes no identity information.
///
/// Useful for transports that authenticate nothing (e.g. unauthenticated
/// HTTP, an offline file hand-off) โ the framework then relies entirely on
/// the document's in-band `issuer`, `recipient`, and any `proof` they carry.
///
/// Modelled after the `unauthenticated transport handler` example from
/// SPEC.md ยง9.2.
;