Skip to main content

get_many

Function get_many 

Source
pub async fn get_many(
    conn: &mut PgConnection,
    ids: &[Uuid],
) -> ModelResult<Vec<FileUploadRef>>
Expand description

The named files, in unspecified order and omitting deleted ones. Callers that need a particular order must impose it themselves.