Skip to main content

with_display

Function with_display 

Source
pub async fn with_display<F, R>(f: F) -> R
where F: FnOnce(&mut Display) -> R,