mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-08 00:13:08 +00:00
reinstate removed types
This commit is contained in:
parent
d6e9162f48
commit
d753a517d9
@ -56,6 +56,15 @@ type
|
|||||||
|
|
||||||
TestManagerError* = object of CatchableError
|
TestManagerError* = object of CatchableError
|
||||||
|
|
||||||
|
Border {.pure.} = enum
|
||||||
|
Left, Right
|
||||||
|
Align {.pure.} = enum
|
||||||
|
Left, Right
|
||||||
|
|
||||||
|
MarkerPosition {.pure.} = enum
|
||||||
|
Start,
|
||||||
|
Finish
|
||||||
|
|
||||||
{.push raises: [].}
|
{.push raises: [].}
|
||||||
|
|
||||||
logScope:
|
logScope:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user