Struct purescript_corefn::Import[][src]

pub struct Import {
    pub module: Vec<String>,
}

Fields

Trait Implementations

impl Debug for Import
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Import

impl Sync for Import