pub trait ToGValue: Send + Sync {
    fn to_gvalue(&self) -> GValue;
}

Required Methods

Implementations on Foreign Types

Implementors