Trait reqwest_mock::IntoBody [] [src]

pub trait IntoBody {
    fn into_body(self) -> Vec<u8>;
}

Required Methods

Implementors