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

Required methods

Implementations on Foreign Types

Implementors