| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
FoundationDB.Layer.Directory.Internal.Node
Synopsis
- data FoundNode = FoundNode {
- nodeNodeSS :: Subspace
- nodePath :: [Text]
- targetPath :: [Text]
- getFoundNodeLayer :: FoundNode -> Transaction ByteString
Documentation
Represents the result of searching for a node with find.
Constructors
| FoundNode | |
Fields
| |
Instances
| Eq FoundNode Source # | |
| Ord FoundNode Source # | |
Defined in FoundationDB.Layer.Directory.Internal.Node | |
| Show FoundNode Source # | |