There was an error while loading. Please reload this page.
1 parent 21447ad commit 015ea3dCopy full SHA for 015ea3d
1 file changed
russh/src/tests.rs
@@ -526,6 +526,7 @@ mod channels {
526
527
impl server::Handler for ServerHandle {
528
type Error = crate::Error;
529
+ type Data = ();
530
531
async fn auth_publickey(
532
&mut self,
@@ -1331,6 +1332,7 @@ mod future_certificate {
1331
1332
1333
impl server::Handler for CertHandler {
1334
1335
1336
1337
async fn auth_publickey_offered(
1338
0 commit comments