Skip to main content

from_protobuf

Function from_protobuf 

Source
pub fn from_protobuf(
    _protobuf: &[u8],
    _plan: &ExecutionPlan,
) -> Result<HashMap<String, String>, LemmaError>
Expand description

Convert Protobuf values to string values for use with ExecutionPlan::with_values().

This is a stub implementation.