Skip to main content

HyperParamKey

Trait HyperParamKey 

Source
pub trait HyperParamKey:
    Eq
    + AsRef<str>
    + Borrow<str>
    + Debug
    + Hash { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl HyperParamKey for String

Available on crate feature alloc only.
Source§

impl HyperParamKey for str

Implementors§