Skip to main content

header

Function header 

Source
pub fn header<'a, T>(txt: T) -> Row<'a, Message>
where T: IntoFragment<'a> + 'a,