Function cubist_sdk::parse::get_import_path
source · pub fn get_import_path(import: &Import) -> &String
Expand description
Returns the path part of an import (i.e., the part that refers to the actual file to import).
pub fn get_import_path(import: &Import) -> &String
Returns the path part of an import (i.e., the part that refers to the actual file to import).