//! I define few invariants of [`WebId`].
//!usegdp_rs::Proven;usehttp_uri::predicate::is_secure::IsSecure;usecrate::WebId;/// Type alias for an invariant of [`WebId`] that is proven to be secure as per given secure transport policy.
pubtypeSecureWebId<STP>=Proven<WebId, IsSecure<STP>>;