pub trait ClientExportersExt<'a> { // Required method fn exporters(&'a self) -> ClientExporters<'a>; }