1
0

feat: improve wfassoc-exec

This commit is contained in:
2026-04-21 16:30:25 +08:00
parent 3e588f0ac9
commit fc2097560c
4 changed files with 164 additions and 102 deletions

View File

@@ -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