-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesttavern_pathfinderThis issue or pull request relates to the pathfinder libraryThis issue or pull request relates to the pathfinder library
Description
Validate checks that all information containing within the struct is valid and consistent. May involve calling validate() on members
pub trait Validate {
fn validate0(&self) -> Result<(), Error>;
}... where Error is the custom error type being used (probably nebula_error::Error).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttavern_pathfinderThis issue or pull request relates to the pathfinder libraryThis issue or pull request relates to the pathfinder library