Skip to main content

touch

Function touch 

Source
pub fn touch<T>(record: &mut T) -> Result<(), RecordError>
where T: TouchRecord + ?Sized,
Expand description

Updates the updated_at timestamp to the current time.