Trait google_drive3_fork::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