feat: improve wfassoc-exec
This commit is contained in:
@@ -96,4 +96,10 @@ impl TryFrom<Manifest> for wfassoc::Schema {
|
||||
}
|
||||
}
|
||||
|
||||
impl Manifest {
|
||||
pub fn into_schema(self) -> Result<wfassoc::Schema, ParseSchemaError> {
|
||||
wfassoc::Schema::try_from(self)
|
||||
}
|
||||
}
|
||||
|
||||
// endregion
|
||||
|
||||
Reference in New Issue
Block a user