Trait phron_finality::sync::handler::request_handler::HandlerTypes
source · pub trait HandlerTypes {
type Justification: Justification;
type ChainStatusError: Display;
}
pub trait HandlerTypes {
type Justification: Justification;
type ChainStatusError: Display;
}