pub type RpcP2pConnectionOutgoingResponse = Result<(), String>;
pub enum RpcP2pConnectionOutgoingResponse { Ok(()), Err(String), }
Contains the success value
Contains the error value