Trait reth::core::dirs::XdgPath

source ·
pub trait XdgPath {
    // Required method
    fn resolve() -> Option<PathBuf>;
}
Expand description

A small helper trait for unit structs that represent a standard path following the XDG path specification.

Required Methods§

source

fn resolve() -> Option<PathBuf>

Resolve the standard path.

Object Safety§

This trait is not object safe.

Implementors§