Trait associated const is not available in trait definition context despite appropriate trait bound

前端 未结 0 1286
死守一世寂寞
死守一世寂寞 2020-12-11 21:11

Here\'s what I\'m working on (playground):

pub trait DisplayWidth {
    const DISPLAY_WIDTH: usize;

    fn chunks<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题