Trait assembly_fdb::core::Context  
source · 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.