Home
last modified time | relevance | path

Searched refs:NulError (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/virtualizationmanager/src/
Ddebug_config.rs25 use std::ffi::{CString, NulError};
41 fn new(node_path: &str, prop_name: &str) -> Result<Self, NulError> { in new() argument