pub trait PropagateDid {
    fn propagate_did<T>(self, msg: &'static str) -> Result<T>;
}

Required Methods

Implementors