Enum qapi_qmp::StrOrNull
[−]
[src]
pub enum StrOrNull { n(()), s(String), }
Variants
n(())
s(String)
Trait Implementations
impl Debug for StrOrNull
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more