Trait vector_config::ConfigurableString

source ·
pub trait ConfigurableString: Configurable + ToString { }
Expand description

A string-like type that can be represented in a Vector configuration.

This is specifically used for constraining the implementation of anything map-like as objects, which maps are represented by, can only have string-like keys.

If this trait is implemented for a type that is not string-like, things will probably break. Don’t implement this for things that are not string-like.

Implementations on Foreign Types§

source§

impl ConfigurableString for String

source§

impl ConfigurableString for KeyString

Implementors§