This commit is contained in:
k0ur0x 2021-11-12 17:20:31 +03:30 committed by Aleksandr
parent 709214c7d8
commit 2e9dbdf2cc

View File

@ -107,7 +107,7 @@ impl TransClient {
/// Ok(_) => println!("Yay!"), /// Ok(_) => println!("Yay!"),
/// Err(_) => panic!("Oh no!") /// Err(_) => panic!("Oh no!")
/// } /// }
/// println!("Rpc reqsponse is ok: {}", response?.is_ok()); /// println!("Rpc response is ok: {}", response?.is_ok());
/// Ok(()) /// Ok(())
/// } /// }
/// ``` /// ```
@ -143,7 +143,7 @@ impl TransClient {
/// Ok(_) => println!("Yay!"), /// Ok(_) => println!("Yay!"),
/// Err(_) => panic!("Oh no!") /// Err(_) => panic!("Oh no!")
/// } /// }
/// println!("Rpc reqsponse is ok: {}", response?.is_ok()); /// println!("Rpc response is ok: {}", response?.is_ok());
/// Ok(()) /// Ok(())
/// } /// }
/// ``` /// ```
@ -179,7 +179,7 @@ impl TransClient {
/// Ok(_) => println!("Yay!"), /// Ok(_) => println!("Yay!"),
/// Err(_) => panic!("Oh no!") /// Err(_) => panic!("Oh no!")
/// } /// }
/// println!("Rpc reqsponse is ok: {}", response?.is_ok()); /// println!("Rpc response is ok: {}", response?.is_ok());
/// Ok(()) /// Ok(())
/// } /// }
/// ``` /// ```
@ -216,7 +216,7 @@ impl TransClient {
/// Ok(_) => println!("Yay!"), /// Ok(_) => println!("Yay!"),
/// Err(_) => panic!("Oh no!") /// Err(_) => panic!("Oh no!")
/// } /// }
/// println!("Rpc reqsponse is ok: {}", response?.is_ok()); /// println!("Rpc response is ok: {}", response?.is_ok());
/// Ok(()) /// Ok(())
/// } /// }
/// ``` /// ```
@ -252,7 +252,7 @@ impl TransClient {
/// Ok(_) => println!("Yay!"), /// Ok(_) => println!("Yay!"),
/// Err(_) => panic!("Oh no!") /// Err(_) => panic!("Oh no!")
/// } /// }
/// println!("Rpc reqsponse is ok: {}", response?.is_ok()); /// println!("Rpc response is ok: {}", response?.is_ok());
/// Ok(()) /// Ok(())
/// } /// }
/// ``` /// ```