Function get_by_sickbay
pub fn get_by_sickbay(
conn: &PgConnection,
sickbay_id: Uuid,
) -> Result<Vec<MedStorage>, StatusMessage>
Expand description
This is a cached function that uses the GET_BY_SICKBAY
cached static.
pub fn get_by_sickbay(
conn: &PgConnection,
sickbay_id: Uuid,
) -> Result<Vec<MedStorage>, StatusMessage>
This is a cached function that uses the GET_BY_SICKBAY
cached static.