[][src]Function bm_le::utils::decode_with_length

pub fn decode_with_length<T, DB: ReadBackend>(
    root: &<DB::Construct as Construct>::Value,
    db: &mut DB
) -> Result<(T, usize), Error<DB::Error>> where
    T: FromTree,
    DB::Construct: CompatibleConstruct

Decode length.