Struct rusty_x::Project [−][src]
pub struct Project {
pub locations: Vec<SnippetLocation>,
}Project folder structure
Fields
locations: Vec<SnippetLocation>
Methods
impl Project[src]
impl Projectpub fn write(&self, folder: &Path) -> Result<(), Error>[src]
pub fn write(&self, folder: &Path) -> Result<(), Error>Write a project
pub fn default_project() -> Result<ProjectOperation, Error>[src]
pub fn default_project() -> Result<ProjectOperation, Error>Get the default project location