Struct hermit_sync::CallOnceError
source · pub struct CallOnceError;Expand description
The CallOnceError error indicates that CallOnce::call_once has been called more than once.
pub struct CallOnceError;The CallOnceError error indicates that CallOnce::call_once has been called more than once.