p
toml
package toml
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait Codec[A] extends AnyRef
- Annotations
- @implicitNotFound("Codec[${A}] implicit not defined in scope")
- trait LowPriorityCodecs extends AnyRef
Adapted from: https://stackoverflow.com/a/31641779
- sealed trait Node extends AnyRef
Top-level nodes
- trait PlatformCodecs extends AnyRef
- trait PlatformRules extends AnyRef
- trait PlatformValue extends AnyRef
- case class Root(nodes: List[Node]) extends Product with Serializable
- trait Value extends AnyRef