parse_path_variable

Function parse_path_variable 

Source
pub async fn parse_path_variable<T>(io: &IO, ind: usize) -> Option<T>
where T: FromAsyncStr<T>,