[][src]Type Definition vessels::kind::DeconstructResult

type DeconstructResult<K> = Result<(), <K as Kind>::DeconstructError>;

The result of deconstructing a Kind.