ResponseExt

Trait ResponseExt 

Source
pub trait ResponseExt {
    // Required method
    async fn x_text(&self) -> Result<String>;
}

Required Methods§

Source

async fn x_text(&self) -> Result<String>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl ResponseExt for Response

Source§

async fn x_text(&self) -> Result<String>

Implementors§