Struct jsona_openapi::Loader [−][src]
pub struct Loader { /* fields omitted */ }Implementations
impl Loader[src]
impl Loader[src]pub fn load_from_str(input: &str) -> Result<Spec>[src]
pub fn load_from_ast(ast: Jsona) -> Result<Spec>[src]
Auto Trait Implementations
impl RefUnwindSafe for Loader
impl RefUnwindSafe for Loaderimpl UnwindSafe for Loader
impl UnwindSafe for Loader