pub trait ResultExt {
    fn complete(self, call: Call);
}

Required methods

Implementors