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);
}Frees resources associated with this PlainDate.
Source
pub fn deinit(self: PlainDate) void {
abi.c.temporal_rs_PlainDate_destroy(self._inner);
}