Trait xxxdh::ToVec[][src]

pub trait ToVec {
    const LEN: usize;

    fn to_vec(&self) -> Vec<u8>
    where
        Self: Sized
; }

Associated Constants

Required methods

Convert a key into a vec of bytes.

Implementors