//! [`ValidateComponentRequest`] — input to [`crate::ComponentValidator::validate`].
use ;
use crate::;
/// Everything a `ComponentValidator` needs to check one component before
/// its route is registered: the manifest it claims, the real bytes it
/// ships, and what the route was actually granted.