//! Plain data structs that define the framework configuration.
use Cow;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
/// A type alias for `&'static str` or `String`
pub type CowStr = ;
/// A type alias for `&'static [T]` or `Vec<T>`
pub type CowVec<T> = ;