mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 23:13:09 +00:00
7 lines
70 B
Nim
7 lines
70 B
Nim
|
|
import
|
|
stew/results
|
|
|
|
type
|
|
DatabaseResult*[T] = Result[T, string]
|