pub fn manifest_decode<T>(buf: &[u8]) -> Result<T, DecodeError>
where T: ManifestDecode,