Home
last modified time | relevance | path

Searched refs:parsed_controlee (Results 1 – 1 of 1) sorted by relevance

/external/uwb/src/rust/uwb_uci_packets/src/
Dlib.rs922 let parsed_controlee = Controlee::parse(&bytes).unwrap(); in test_write_controlee() localVariable
923 assert_eq!(controlee, parsed_controlee); in test_write_controlee()