Struct cretonne_faerie::traps::FaerieTrapManifest[][src]

pub struct FaerieTrapManifest {
    pub sinks: Vec<FaerieTrapSink>,
}

Collection of all FaerieTrapSinks for the module

Fields

All FaerieTrapSink for the module

Methods

impl FaerieTrapManifest
[src]

Create an empty FaerieTrapManifest

Put a FaerieTrapSink into manifest

Auto Trait Implementations