[][src]Function bm_le::utils::vector_tree

pub fn vector_tree<DB>(
    values: &[<<DB as Backend>::Construct as Construct>::Value],
    db: &mut DB,
    max_len: Option<u64>
) -> Result<<<DB as Backend>::Construct as Construct>::Value, Error<<DB as Backend>::Error>> where
    DB: WriteBackend

Serialize a vector at given depth.