Skip to main content

get_root

Function get_root 

Source
pub fn get_root<T, B>(data: B) -> Result<T::Inner, Error>
where T: FollowBuf<Buf = B>, B: AsRef<[u8]>,