Function sway_parse::parse_module_kind

source ·
pub fn parse_module_kind(
    handler: &Handler,
    src: Arc<str>,
    source_id: Option<SourceId>
) -> Result<ModuleKind, ErrorEmitted>