pub async fn get_current_ruleset_raw<P: Process>( program: Option<&str>, args: Option<Vec<&str>>, ) -> Result<String, NftablesError>
Get the current ruleset as a String payload instead of an Nftables instance.