IntoInner

Trait IntoInner 

Source
pub trait IntoInner {
    type Out;

    // Required method
    fn into_inner(self) -> Self::Out;
}

Required Associated Types§

Required Methods§

Source

fn into_inner(self) -> Self::Out

Implementations on Foreign Types§

Source§

impl IntoInner for Response<Streaming<Bytes>>

Source§

type Out = Streaming<Bytes>

Source§

fn into_inner(self) -> Self::Out

Implementors§