Struct kailua_workspace::WorkspaceOptions [] [src]

pub struct WorkspaceOptions<S> { /* fields omitted */ }

An extension to FsOptions that is initialized from an workspace.

Methods

impl<S: FsSource> WorkspaceOptions<S>
[src]

Trait Implementations

impl<S: FsSource> Options for WorkspaceOptions<S>
[src]

Called when package.path gets assigned to a string literal type. Read more

Called when package.cpath gets assigned to a string literal type. Read more

Called when require is called with a string literal type. Read more