Struct poem_openapi::payload::BinaryStream [−][src]
pub struct BinaryStream(_);
Expand description
A stream for binary payload.
Implementations
Create a BinaryStream
.
Consumes this object to return a reader.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for BinaryStream
impl Send for BinaryStream
impl Sync for BinaryStream
impl Unpin for BinaryStream
impl !UnwindSafe for BinaryStream
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more