Skip to content

potentially pointless method #9

@danieleades

Description

@danieleades

what is the purpose of the get_self(...) method on Client?

    pub fn get_self(&mut self) -> &mut Self {
        self
    }

it returns a mutable reference to self, but you can only call the method if you already have a mutable reference to self.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions