docstrings
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user