Function notedealer::database::fill_collection_details
source · [−]async fn fill_collection_details(
conn: &mut PgConnection,
object: &mut Object<'_>,
page: Option<u32>
) -> Result<(), Error>Expand description
Fill in the Collection properties, or CollectionPage properties of the
given page, if it’s a Some. The object is expected to have the
“OrderedCollection” type.