Struct tsukuyomi::local::Data[][src]

pub struct Data(_);

A type representing a received HTTP message data from the server.

This type is usually used by the testing framework.

Methods

impl Data
[src]

Trait Implementations

impl Debug for Data
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Data

impl Sync for Data