Trait monster::engine::bug::BugInfo[][src]

pub trait BugInfo: Display + Debug + Clone {
    type Value: Display + Debug + Clone;
}

Associated Types

Implementors