pub trait CreateContextDataResponseValue: Into<CreateContextResponse> {
const CONTEXT_NAME: &'static [u8];
}Expand description
This trait is automatically implemented for all
CreateResponse
create context values.
Required Associated Constants§
const CONTEXT_NAME: &'static [u8]
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.