Trait bluejay_validator::executable::document::Analyzer
source · pub trait Analyzer<'a, E: ExecutableDocument, S: SchemaDefinition>: Visitor<'a, E, S> {
type Output;
// Required method
fn into_output(self) -> Self::Output;
}Required Associated Types§
Required Methods§
fn into_output(self) -> Self::Output
Object Safety§
This trait is not object safe.