usethiserror::Error;/// Errors that can happen while using this crate.
#[derive(Error, Debug)]pubenumError{#[error("Only objects can be flattened")]
FirstLevelMustBeAnObject,#[error("Flattening the object will overwrite the key '{0}'")]
KeyWillBeOverwritten(String),}