pub struct ManagedResultArgLoader<A>where
    A: ManagedTypeApi + ErrorApi,
{ /* private fields */ }

Implementations§

Trait Implementations§

Check if there are more arguments that can be loaded.
Retrieves an input for deserializing an argument. If the loader is out of arguments, it will crash by itself with an appropriate error, without returning. Use if the next argument is optional, use has_next beforehand. Read more
Called after retrieving all arguments to validate that extra arguments were not provided.
Consumes all inputs and ignores them. After executing this, assert_no_more_args should not fail. 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.