SessionHeader
SessionHeader is a session-oriented shell header.
Smallest example
let header = SessionHeader::new()
.status("ansiq · idle")
.title("OpenAPI Explorer")
.meta_line("source: petstore.yaml")
.build();Key builder methods
.status(...).title(...).meta_line(...).gap(...).pane_width(...)
Last updated on
