TemporalZ

deinit

Frees resources associated with this PlainDate.

Parameters

#
self:PlainDate
PlainDate

Source

Implementation

#
pub fn deinit(self: PlainDate) void {
    abi.c.temporal_rs_PlainDate_destroy(self._inner);
}