Skip to main content

encode_create_relation

Function encode_create_relation 

Source
pub fn encode_create_relation(
    buf: &mut Vec<u8>,
    from: &str,
    to: &str,
    relation_type: &str,
) -> Result<()>