pub async fn apply_ruleset_raw<P: Process>( payload: String, program: Option<&str>, args: Option<Vec<&str>>, ) -> Result<(), NftablesError>
Apply the given ruleset as a String payload instead of an Nftables reference.