Function bdrck::configuration::new [] [src]

pub fn new<T: Clone + Serialize + DeserializeOwned + Send + 'static>(
    id: Identifier,
    default: T,
    custom_path: Option<&Path>
) -> Result<()>