Enum librojo::cli::InitKind [−][src]
pub enum InitKind {
Place,
Model,
}Expand description
The templates we support for initializing a Rojo project.
Variants
Place
A place that contains a baseplate.
Model
An empty model, suitable for a library or plugin.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InitKind
impl UnwindSafe for InitKind
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
