pub struct HttpRequestStreamingCallbackAny(pub Func);Expand description
A callback of any type, extremely permissive
Tuple Fields§
§0: FuncTrait Implementations§
source§impl Clone for HttpRequestStreamingCallbackAny
impl Clone for HttpRequestStreamingCallbackAny
source§fn clone(&self) -> HttpRequestStreamingCallbackAny
fn clone(&self) -> HttpRequestStreamingCallbackAny
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'de> Deserialize<'de> for HttpRequestStreamingCallbackAny
impl<'de> Deserialize<'de> for HttpRequestStreamingCallbackAny
source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
source§impl From<Func> for HttpRequestStreamingCallbackAny
impl From<Func> for HttpRequestStreamingCallbackAny
source§impl From<HttpRequestStreamingCallbackAny> for Func
impl From<HttpRequestStreamingCallbackAny> for Func
source§fn from(c: HttpRequestStreamingCallbackAny) -> Self
fn from(c: HttpRequestStreamingCallbackAny) -> Self
Converts to this type from the input type.