Skip to main content

get_plan_members

Function get_plan_members 

Source
async fn get_plan_members(
    plan_id: Path<Uuid>,
    pool: Data<PgPool>,
    user: AuthUser,
) -> ControllerResult<Json<Vec<PlanMemberWithDetails>>>