[][src]Trait oars::soa::SOAConstructor

pub trait SOAConstructor {
    pub fn gen(&self) -> SOAResult;
}

A trait that demarcates SOA constructors

Required methods

pub fn gen(&self) -> SOAResult[src]

The method that generates an SOA. Any verification for the parameters must be handled by the constructor itself, and there are no generic interfaces for doing so.

Loading content...

Implementors

Loading content...