pub trait Context {
type String;
type I64;
type XML;
}Expand description
Type-Parameters to Value
This trait is used to parameterize Value to produce the concrete types
that are used elsewhere in this crate.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".