Skip to content

The function into_model for SelectTwo is privateΒ #2976

@Michele-Giacalone01

Description

@Michele-Giacalone01

As the title describes, the function below is currently private, but I believe it should be marked as pub

fn into_model<M, N>(self) -> Selector<SelectTwoModel<M, N>>
    where
        M: FromQueryResult,
        N: FromQueryResult,
    {
        Selector {
            query: self.query,
            selector: PhantomData,
        }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions