Searched defs:CppAconfigdError (Results 1 – 1 of 1) sorted by relevance
21 pub fn initialize_platform_storage(&self) -> Result<(), CppAconfigdError> { in initialize_platform_storage() argument26 pub fn initialize_mainline_storage(&self) -> Result<(), CppAconfigdError> { in initialize_mainline_storage() argument31 pub fn initialize_in_memory_storage_records(&self) -> Result<(), CppAconfigdError> { in initialize_in_memory_storage_records() argument41 ) -> Result<Vec<u8>, CppAconfigdError> { in handle_socket_request() argument54 pub struct CppAconfigdError { struct58 impl CppAconfigdError { impl64 impl fmt::Display for CppAconfigdError { implementation70 impl Error for CppAconfigdError {} implementation105 fn into(self) -> Result<(), CppAconfigdError> { in into() argument115 fn into(self) -> Result<UniquePtr<CxxString>, CppAconfigdError> { in into() argument