Skip to main content

DynamicRequestExt

Trait DynamicRequestExt 

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

A trait for DynamicRequest

Required Methods§

Source

fn root_value(self, value: FieldValue<'static>) -> DynamicRequest

Specify the root value for the request

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§