Trait otter_api_tests::PropagateDid[][src]

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

Required methods

Implementors