Change ReserveCapacity to expanded FlowControl type (#423)
				
					
				
			- Adds `FlowControl::available_capacity` method. - Adds `FlowControl::used_capacity` method.
This commit is contained in:
		| @@ -266,3 +266,9 @@ impl fmt::Display for Window { | ||||
|         fmt::Display::fmt(&self.0, f) | ||||
|     } | ||||
| } | ||||
|  | ||||
| impl From<Window> for isize { | ||||
|     fn from(w: Window) -> isize { | ||||
|         w.0 as isize | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user