pub trait DescribeLocation {
// Required method
fn describe_location(location: &Location) -> Option<Vec<u8>>;
}
Expand description
Means of converting a location into a stable and unique descriptive identifier.
Required Methods§
Object Safety§
This trait is not object safe.