pub(crate) fn resolve_network_policy<'a>(
scx: &'a StatementContext<'_>,
name: Ident,
if_exists: bool,
) -> Result<Option<ResolvedNetworkPolicyName>, PlanError>
pub(crate) fn resolve_network_policy<'a>(
scx: &'a StatementContext<'_>,
name: Ident,
if_exists: bool,
) -> Result<Option<ResolvedNetworkPolicyName>, PlanError>