Trait forky_web::ResponseExt

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

Required Methods§

source

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

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ResponseExt for Response

source§

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

Implementors§