mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-07-17 05:39:36 +00:00
4 lines
60 B
Nim
4 lines
60 B
Nim
import results
|
|
|
|
type DatabaseResult*[T] = Result[T, string]
|