use deref instead of delegate for BufRandomizer

This commit is contained in:
LordMZTE 2020-09-15 01:23:39 +02:00
parent 71123dfbef
commit 68096eb2d2

View file

@ -1,4 +1,3 @@
use asciify::AsciiBuilder;
#[macro_export]
@ -27,6 +26,7 @@ macro_rules! print_table {
$(print_table!($t $l => $k);)*
};
}
pub struct AsciiConfig {
pub size: Option<u32>,
pub colored: bool,