(path: std::path::PathBuf)
| 27 | |
| 28 | #[staticmethod] |
| 29 | fn derive_from_file(path: std::path::PathBuf) -> Result<Self, crate::srcinfo::error::Error> { |
| 30 | let inner = alpm_srcinfo::SourceInfoSchema::derive_from_file(&path)?; |
| 31 | Ok(inner.into()) |
| 32 | } |
| 33 | |
| 34 | #[getter] |
| 35 | fn version(&self) -> SchemaVersion { |
no outgoing calls