GcWrite

Trait GcWrite 

Source
pub trait GcWrite: GcCompat + Write { }
Expand description

An object that fulfills both GcCompat and Write.

Implementors§

Source§

impl<T> GcWrite for T
where T: GcCompat + Write,