Struct neon::event::JoinError [−][src]
pub struct JoinError(_);Expand description
Error returned by JoinHandle::join indicating the associated closure panicked
or threw an exception.
pub struct JoinError(_);Error returned by JoinHandle::join indicating the associated closure panicked
or threw an exception.