deinit
Deinitialize the Instant, freeing underlying resources.
Parameters
- self:Instant
- Instant
Source
Implementation
pub fn deinit(self: Instant) void {
abi.c.temporal_rs_Instant_destroy(self._inner);
}Deinitialize the Instant, freeing underlying resources.
Source
pub fn deinit(self: Instant) void {
abi.c.temporal_rs_Instant_destroy(self._inner);
}