Trait libspecr::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,