IntoOnRequestOutput

Trait IntoOnRequestOutput 

Source
pub trait IntoOnRequestOutput {
    // Required method
    fn into_on_request_output(self) -> OnRequestOutput;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoOnRequestOutput for ()

Implementors§