Trait google_adexperiencereport1::ToParts[][src]

pub trait ToParts {
    fn to_parts(&self) -> String;
}

A trait for all types that can convert themselves into a parts string

Required Methods

Implementors