pub fn register_value_serializer<T, F>(serializer: F)Expand description
Register a conversion from a typed payload T into a runtime Value.
This allows host-bridge output serialization to support plugin-defined structured types.
pub fn register_value_serializer<T, F>(serializer: F)Register a conversion from a typed payload T into a runtime Value.
This allows host-bridge output serialization to support plugin-defined structured types.