Home
last modified time | relevance | path

Searched defs:CommandError (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/gbl/libfastboot/src/
Dlib.rs177 pub struct CommandError(FormattedBytes<[u8; COMMAND_ERROR_LENGTH]>); struct
179 impl CommandError { impl
191 impl Debug for CommandError { implementation
197 impl<T: Display> From<T> for CommandError { implementation
378 ) -> CommandError; in reboot()
1160 ) -> CommandError { in reboot()
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs716 ) -> CommandError { in reboot()