pub trait DynamicRequestExt {
    fn root_value(self, value: FieldValue<'static>) -> DynamicRequest;
}
Available on crate feature dynamic-schema only.
Expand description

A trait for DynamicRequest

Required Methods§

Specify the root value for the request

Implementors§