usesuper::ResponseStatusWords;/// The u2f version representation
pubstructVersion;implVersion{/// Encode this version into its byte representation.
pubfnencode(self)->Vec<u8>{b"U2F_V2".iter().copied().chain(ResponseStatusWords::NoError.as_primitive().to_be_bytes()).collect()}}