[][src]Trait libzetta::zpool::properties::PropPair

pub trait PropPair {
    fn to_pair(&self, key: &str) -> String;
}

Implement this for your custom properties.

Required methods

fn to_pair(&self, key: &str) -> String

Convert &self to {key}={value} string.

Loading content...

Implementations on Foreign Types

impl PropPair for bool[src]

impl PropPair for String[src]

Loading content...

Implementors

impl PropPair for CacheType[src]

impl PropPair for FailMode[src]

Loading content...