G
.headers()
.get(LAST_MODIFIED)
.and_then(|x| x.to_str().ok().map(|x| x.to_owned()));
понимаю почему хаскелисты горят от раста
.headers()
.get(LAST_MODIFIED)
.and_then(|x| x.to_str().ok().map(ToOwned::to_owned));
Size: a a a
G
.headers()
.get(LAST_MODIFIED)
.and_then(|x| x.to_str().ok().map(|x| x.to_owned()));
.headers()
.get(LAST_MODIFIED)
.and_then(|x| x.to_str().ok().map(ToOwned::to_owned));
SP
SP
?
G
cargo clippy --all
и вперёдG
DF
DF
G
Result<T, E>
-> Option<T>
G
DF
DF
DF
SP
MB
SP
MB
SP
MB
MB