mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
chore: add missing docs for 0.7 (#3203)
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
//! Defines a trait that allows you to extend a tuple, by returning
|
||||
//! a new tuple with an element of an arbitrary type added.
|
||||
|
||||
#![no_std]
|
||||
#![allow(non_snake_case)]
|
||||
#![forbid(unsafe_code)]
|
||||
#![deny(missing_docs)]
|
||||
|
||||
/// Allows extending a tuple, or creating a new tuple, by adding the next value.
|
||||
pub trait NextTuple {
|
||||
|
||||
Reference in New Issue
Block a user