Trait apidoc_core::ty::ApiTyTrait
source · pub trait ApiTyTrait {
// Required method
fn api_collect_ty(models: &mut HashMap<String, Option<ApiModel>>) -> ApiTy;
// Provided methods
fn api_option() -> bool { ... }
fn api_model_id() -> String { ... }
}
Required Methods§
Provided Methods§
fn api_option() -> bool
fn api_model_id() -> String
Object Safety§
This trait is not object safe.