Skip to main content

WorkspaceInfoProvider

Trait WorkspaceInfoProvider 

Source
pub trait WorkspaceInfoProvider {
    // Required methods
    fn workspace_name(&self) -> String;
    fn workspace_root(&self) -> Option<PathBuf>;
}
Expand description

Provides high-level workspace metadata for header rendering.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§