Skip to main content

ExportMetadataCallback

Type Alias ExportMetadataCallback 

Source
pub type ExportMetadataCallback = Arc<dyn Fn() -> Pin<Box<dyn Future<Output = Result<Vec<SerializedLayout>>> + Send>> + Send + Sync>;
Expand description

Type alias for async export metadata callback. Returns a boxed future that resolves to Vec<SerializedLayout>.

Aliased Typeยง

pub struct ExportMetadataCallback { /* private fields */ }