Trait Sealed

Source
pub trait Sealed { }
Expand description

a marker trait to seal the [Publish<R>] trait

Implementors§

Source§

impl<'a> Sealed for GitContext<'a>