pub fn in_basis_points_range<BP: Into<u16>>(value: BP) -> bool
Expand description

Check if value belongs valid range of basis points. Returns true if range is valid, false otherwise.