Trait borked::BorkNoMsg[][src]

pub trait BorkNoMsg {
    fn no_msg() -> Box<Self>
    where
        Self: Sized + BorkChain
; }
Expand description

Trait for borks to be instantiated with no message

Required methods

This should return a new instantation of the type implementing it.

Implementors