Struct zvariant::ArraySeed

source ·
pub struct ArraySeed<'a> { /* private fields */ }
Expand description

Use this to deserialize an Array.

Implementations

Create a new empty Array, given the signature of the elements.

Trait Implementations

The type produced by using this seed.
Equivalent to the more common Deserialize::deserialize method, except with some initial piece of data (the seed) passed in. Read more
Get the signature for the implementing type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.