[−][src]Function shopless_database::line_items::fetch
pub async fn fetch<'e>(
id: i64,
conn: impl RefExecutor<'e, Database = Postgres> + Send + 'e
) -> Result<Option<LineItem>, Error>
pub async fn fetch<'e>(
id: i64,
conn: impl RefExecutor<'e, Database = Postgres> + Send + 'e
) -> Result<Option<LineItem>, Error>