ref-map 0.2.0

Helper trait for Option and Result to map references
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * (FILENAME)
 *
 * ref-map - Convenience methods for references of Option and Result.
 * Copyright (c) 2020-2026 Emmie Maeda
 *
 * ref-map is available free of charge under the terms of the MIT
 * License. You are free to redistribute and/or modify it under those
 * terms. It is distributed in the hopes that it will be useful, but
 * WITHOUT ANY WARRANTY. See the LICENSE file for more details.
 *
 */