Searched defs:ConnectionFrames (Results 1 – 1 of 1) sorted by relevance
303 connection_frame: ConnectionFrames, in new()481 pub(crate) struct ConnectionFrames { struct482 preface: bool,483 settings: SettingsSync,486 impl ConnectionFrames { implementation507 connection_frame: ConnectionFrames, in new()1352 pub(crate) fn build_connection_frames(config: H2Config) -> ConnectionFrames { in build_connection_frames()