fn from_bytes<T: FromBytes>(i: &Bytes) -> Result<T, Error>where for<'a> &'a <T as FromBytes>::Bytes: TryFrom<&'a [u8], Error = TryFromSliceError>,