[go: up one dir, main page]

Type Definition gix::config::tree::keys::Path

source ·
pub type Path = Any<Path>;
Expand description

A key that represents a path (to a resource).

Implementations§

source§

impl Path

source

pub const fn new_path(name: &'static str, section: &'static dyn Section) -> Self

Create a new instance.