This website requires JavaScript.
Explore
Help
Sign In
talexander
/
natter
Watch
1
Star
0
Fork
0
You've already forked natter
Code
Issues
Pull Requests
Releases
Activity
natter
/
src
/
intermediate
/
timestamp.rs
7 lines
91 B
Rust
Raw
Normal View
History
Unescape
Escape
Add the skeletons for the objects.
2023-10-27 17:48:19 -04:00
use
crate
::
error
::
CustomError
;
Use macros for creating the intermediate stage. This is to make it easier to change function signatures by consolidating the places where the signatures exist.
2023-10-29 17:29:16 -04:00
use
super
::
macros
::
inoop
;
Run cargo fix.
2023-10-29 22:31:29 -04:00
Add the skeletons for the objects.
2023-10-27 17:48:19 -04:00
Use macros for creating the intermediate stage. This is to make it easier to change function signatures by consolidating the places where the signatures exist.
2023-10-29 17:29:16 -04:00
inoop!
(
ITimestamp
,
Timestamp
)
;
Reference in New Issue
Copy Permalink