mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-06 16:03:08 +00:00
6 lines
89 B
Nim
6 lines
89 B
Nim
{.push raises: [Defect].}
|
|
|
|
import stew/results
|
|
|
|
type SetupResult*[T] = Result[T, string]
|