pub fn touch<T>(record: &mut T) -> Result<(), RecordError>where
T: TouchRecord + ?Sized,Expand description
Updates the updated_at timestamp to the current time.
pub fn touch<T>(record: &mut T) -> Result<(), RecordError>where
T: TouchRecord + ?Sized,Updates the updated_at timestamp to the current time.