pub trait RequestBuilder {
// Required method
fn request_options(&mut self) -> &mut RequestOptions;
}Expand description
Simplify implementation of the RequestOptionsBuilder trait in generated code.
This is an implementation detail, most applications have little need to worry about or use this trait.