docstrings

This commit is contained in:
2024-05-12 15:46:31 +02:00
parent 899ecbbee4
commit 2bc050bb44
4 changed files with 13 additions and 1 deletions
+3
View File
@@ -1,3 +1,6 @@
//! Descriptors that can be used to describe an image.
//! If two images are (almost) the same, their descriptions will be the same.
pub trait Descriptor {
fn info(&self) -> String {
"Descriptor".to_string()