Trait gitforge::forge::Forge[][src]

pub trait Forge: ForgeMethods + Debug + Send + Sync + 'static { }
Expand description

Main trait; forge objects are Box<dyn Forge>

This is just an alias for ForgeMethods with various conventional supertraits.

Look at ForgeMethods.

Implementors