pub trait Host: Send + Sync {
    fn format(&self, request: HostFormatRequest) -> BoxFuture<'_, FormatResult>;
}

Required methods

Implementors