zvariant 5.10.0

D-Bus & GVariant encoding & decoding
Documentation
1
2
3
4
5
6
7
8
9
use crate::{Signature, Type, static_str_type};

static_str_type!(std::path::Path);
static_str_type!(std::path::PathBuf);

#[cfg(feature = "camino")]
static_str_type!(camino::Utf8Path);
#[cfg(feature = "camino")]
static_str_type!(camino::Utf8PathBuf);