Skip to main content

create_document_type

Function create_document_type 

Source
pub fn create_document_type<T: Transport>(
    client: &ApiClient<T>,
    name: String,
    matcher: String,
) -> Result<Value, AppError>