Trait async_graphql::extensions::ExtensionFactory[][src]

pub trait ExtensionFactory: Send + Sync + 'static {
    fn create(&self) -> Box<dyn Extension>;
}

Extension factory

Used to create an extension instance.

Required methods

fn create(&self) -> Box<dyn Extension>[src]

Create an extended instance.

Loading content...

Implementors

Loading content...