fn build()

in client/src/client/list_shards.rs [63:71]


    fn build(self) -> BuildResult<ListShardsRequest> {
        Ok((
            self.handle,
            ListShardsRequest {
                project: self.project,
                path: self.path,
            },
        ))
    }