Skip to main content

text

Function text 

Source
pub async fn text(
    response: Response<Pin<Box<dyn Future<Output = Result<Vec<u8>, Error>> + Send>>>,
) -> Result<String, Error>