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

type ConstructResult<K> = Result<K, <K as Kind>::ConstructError>;

The result of reconstructing a Kind.