Searched defs:InitError (Results 1 – 1 of 1) sorted by relevance
66 type InitError; typedef70 fn init(&self) -> impl Init<Self::Command, Self::InitError>; in init()107 type InitError; typedef119 ) -> Result<Self, Self::InitError>; in read() argument496 Error: From<M::InitError>, in send_command()650 pub(crate) fn receive_msg<M: MessageFromGsp>(&mut self, timeout: Delta) -> Result<M> in receive_msg()