Enum cargo::util::toml_mut::dependency::MaybeWorkspace
source · pub enum MaybeWorkspace<T> {
Workspace(WorkspaceSource),
Other(T),
}
Expand description
Either a workspace or another type.
pub enum MaybeWorkspace<T> {
Workspace(WorkspaceSource),
Other(T),
}
Either a workspace or another type.