> impl MediaSet { > - pub const MEDIA_SET_MAX_SEQ_NR: u64 = 100; > - Not sure why you delete the whole definition? IMHO, it is always nicer to define such constants outside of the code... - Dietmar