CustomReader

Type Alias CustomReader 

Source
pub type CustomReader = Arc<dyn Fn(&UserDefinedType, &[UserDefinedType], &HashMap<u64, Value>, &[u8]) -> Result<Value>>;

Aliased Typeยง

pub struct CustomReader { /* private fields */ }