Trait rant::FromRantArgs
source · [−]pub trait FromRantArgs: Sized {
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>;
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
;
}
Expand description
Converts from argument list to tuple of impl TryFromRant
values
Required Methods
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
Implementations on Foreign Types
sourceimpl FromRantArgs for ()
impl FromRantArgs for ()
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant> FromRantArgs for (A,)
impl<A: TryFromRant> FromRantArgs for (A,)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, VarArgs<VarArgItem>)
impl<A: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, VarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, RequiredVarArgs<VarArgItem>)
impl<A: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, RequiredVarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant> FromRantArgs for (A, B)
impl<A: TryFromRant, B: TryFromRant> FromRantArgs for (A, B)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, VarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, VarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, RequiredVarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, RequiredVarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant> FromRantArgs for (A, B, C)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant> FromRantArgs for (A, B, C)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, VarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, VarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, RequiredVarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, RequiredVarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant> FromRantArgs for (A, B, C, D)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant> FromRantArgs for (A, B, C, D)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, VarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, VarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, RequiredVarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, RequiredVarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant> FromRantArgs for (A, B, C, D, E)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant> FromRantArgs for (A, B, C, D, E)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, VarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, VarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, RequiredVarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, RequiredVarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant> FromRantArgs for (A, B, C, D, E, F)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant> FromRantArgs for (A, B, C, D, E, F)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, VarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, VarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, RequiredVarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, RequiredVarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, VarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, VarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, RequiredVarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, RequiredVarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, VarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, VarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, RequiredVarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, RequiredVarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, I: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, I)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, I: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, I)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, I: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, I, VarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, I: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, I, VarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, I: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, I, RequiredVarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, I: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, I, RequiredVarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, I: TryFromRant, J: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, I, J)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, I: TryFromRant, J: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, I, J)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, I: TryFromRant, J: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, I, J, VarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, I: TryFromRant, J: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, I, J, VarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, I: TryFromRant, J: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, I, J, RequiredVarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, I: TryFromRant, J: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, I, J, RequiredVarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, I: TryFromRant, J: TryFromRant, K: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, I, J, K)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, I: TryFromRant, J: TryFromRant, K: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, I, J, K)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, I: TryFromRant, J: TryFromRant, K: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, I, J, K, VarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, I: TryFromRant, J: TryFromRant, K: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, I, J, K, VarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
sourceimpl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, I: TryFromRant, J: TryFromRant, K: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, I, J, K, RequiredVarArgs<VarArgItem>)
impl<A: TryFromRant, B: TryFromRant, C: TryFromRant, D: TryFromRant, E: TryFromRant, F: TryFromRant, G: TryFromRant, H: TryFromRant, I: TryFromRant, J: TryFromRant, K: TryFromRant, VarArgItem: TryFromRant> FromRantArgs for (A, B, C, D, E, F, G, H, I, J, K, RequiredVarArgs<VarArgItem>)
fn from_rant_args(args: Vec<RantValue>) -> ValueResult<Self>
fn as_rant_params() -> Vec<Parameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,