Skip to main content

ModulePath

Type Alias ModulePath 

Source
pub type ModulePath = Vec<String>;
Expand description

A module path like ["agents", "researcher"].

Aliased Typeยง

pub struct ModulePath { /* private fields */ }