Function get_by_sickbay_no_cache
pub fn get_by_sickbay_no_cache(
conn: &PgConnection,
sickbay_id: Uuid,
) -> Result<Vec<MedStorage>, StatusMessage>
Expand description
Origin of the cached function get_by_sickbay
.
pub fn get_by_sickbay_no_cache(
conn: &PgConnection,
sickbay_id: Uuid,
) -> Result<Vec<MedStorage>, StatusMessage>
Origin of the cached function get_by_sickbay
.