Function nanoseconds

Source
pub fn nanoseconds(tokens: TokenStream) -> TokenStream
Expand description

Create an expression of seconds and microseconds from a domain-specific language.

This macro is private API that powers the datetime::time_interval! macro. It should not be used directly.