Skip to main content

Nanoseconds

Type Alias Nanoseconds 

Source
pub(crate) type Nanoseconds = ru32<0, { _ }>;
Expand description

The type of the nanosecond field of Time.

Aliased Typeยง

#[repr(transparent)]
pub(crate) struct Nanoseconds(/* private fields */);