Expand description
Types needed to implement Intercept.
Structsยง
- After
Deserialization Interceptor Context Ref  - Interceptor context for hooks after deserializing the response.
 - Before
Deserialization Interceptor Context Mut  - Interceptor context for hooks before deserializing the response.
 - Before
Deserialization Interceptor Context Ref  - Interceptor context for hooks before deserializing the response.
 - Before
Serialization Interceptor Context Mut  - Interceptor context for the 
modify_before_serializationhook. - Before
Serialization Interceptor Context Ref  - Interceptor context for the 
read_before_executionandread_before_serializationhooks. - Before
Transmit Interceptor Context Mut  - Interceptor context for several hooks in between serialization and transmission.
 - Before
Transmit Interceptor Context Ref  - Interceptor context for several hooks in between serialization and transmission.
 - Finalizer
Interceptor Context Mut  - Interceptor context for finalization hooks.
 - Finalizer
Interceptor Context Ref  - Interceptor context for finalization hooks.
 - Interceptor
Context  - A container for the data currently available to an interceptor.