pub async fn apply_regs(
chain: RegistrationChain,
regs: impl IntoIterator<Item = Query>,
) -> Result<RegistrationChain>
Expand description
Applies the given registration to the given chain.
pub async fn apply_regs(
chain: RegistrationChain,
regs: impl IntoIterator<Item = Query>,
) -> Result<RegistrationChain>
Applies the given registration to the given chain.