mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: expose methods and structs (#1607)
This commit is contained in:
@ -116,7 +116,8 @@ impl XdgPath for LogsDir {
|
||||
|
||||
/// A small helper trait for unit structs that represent a standard path following the XDG
|
||||
/// path specification.
|
||||
trait XdgPath {
|
||||
pub trait XdgPath {
|
||||
/// Resolve the standard path.
|
||||
fn resolve() -> Option<PathBuf>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user