Function glycos::graph::persist::merge_encoded_vertices[][src]

fn merge_encoded_vertices(key: &[u8], old: Option<&[u8]>, new: &[u8]) -> Vec<u8>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator