From 0944c855d8382225dc083e392c77d7a8a93224e0 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Wed, 25 Jan 2017 18:08:38 -0800 Subject: :memo: --- src/value.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/value.rs') diff --git a/src/value.rs b/src/value.rs index a2b037c..192632b 100644 --- a/src/value.rs +++ b/src/value.rs @@ -1,7 +1,10 @@ use std::convert::From; use std::borrow::Cow; -// Variant for a configuration Value +/// A configuration value. +/// +/// Has an underlying or native type that comes from the configuration source +/// but will be coerced into the requested type. #[derive(Clone)] pub enum Value { String(String), -- cgit v1.2.3