Closed mirgee closed 1 year ago
Currently, we have some From implementations which should be converted to TryFrom as they may fail, e.g. impl From<Invitation> for DidDoc.
From
TryFrom
impl From<Invitation> for DidDoc
Closing as it has been previously rewritten to method into_did_doc returning Result
into_did_doc
Result
Currently, we have some
From
implementations which should be converted toTryFrom
as they may fail, e.g.impl From<Invitation> for DidDoc
.