async fn resolve_scope(
pool: &PgPool,
query: &RunTickQuery,
) -> Result<Result<PhaseScope, UnresolvedScope>>Expand description
The outer error is a real failure; the inner one is a scope half that names nothing.
async fn resolve_scope(
pool: &PgPool,
query: &RunTickQuery,
) -> Result<Result<PhaseScope, UnresolvedScope>>The outer error is a real failure; the inner one is a scope half that names nothing.