[][src]Function fbs::get_root

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