Returns the inner data object contained by params for handling or future processing.
(self)
| 90 | /// Returns the inner data object contained by params for handling or future |
| 91 | /// processing. |
| 92 | pub fn into_inner(self) -> Option<T> { |
| 93 | self.params |
| 94 | } |
| 95 | } |
| 96 | |
| 97 | /// Helper function to check if params is None or would serialize to null. |
no outgoing calls