Module bittree::getbytes[][src]

This module contains the GetBytes trait.

Traits

GetBytes

This trait is used for casting types to bytes safely. Creating a BitTree requires that the key and value types implement this trait to make sure that the bits for a type can be accurately retrieved.