mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 20:55:03 +01:00
more renaming
This commit is contained in:
parent
7ce8f8058d
commit
186f744715
9 changed files with 213 additions and 341 deletions
|
|
@ -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<()> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue