more renaming

This commit is contained in:
nora 2022-02-20 15:39:24 +01:00
parent 7ce8f8058d
commit 186f744715
9 changed files with 213 additions and 341 deletions

View file

@ -107,8 +107,8 @@ impl Connection {
ensure_conn(start_ok_frame.kind == FrameType::Method)?;
let class = methods::parse_method(&start_ok_frame.payload)?;
Ok(class)
let method = methods::parse_method(&start_ok_frame.payload)?;
Ok(method)
}
async fn start(&mut self) -> Result<()> {