1 2 3 4 5
use crate::https::extractors::DomainInfoRead; pub struct NavbarCtx { pub domain_info: DomainInfoRead, }