component_debug::cli::route

Function route_cmd_print

Source
pub async fn route_cmd_print<W: Write>(
    target_moniker: String,
    filter: Option<String>,
    route_validator: RouteValidatorProxy,
    realm_query: RealmQueryProxy,
    writer: W,
) -> Result<()>